import { render, screen } from '@testing-library/react' import userEvent from '@testing-library/user-event' import { describe, expect, it, vi } from 'vitest' import TextArea from '../index' describe('TextArea', () => { it('should render correctly with default props', () => { render(