import { render } from '@testing-library/react'; import { describe, test, expect, vi } from 'vitest'; import Button from '../components/Button/index'; describe('test Button', () => { test('should render', () => { const { getByText } = render(