import { render, screen, fireEvent } from '@testing-library/react'; import { describe, it, expect, vi } from 'vitest'; import { Textarea } from './textarea'; import React from 'react'; describe('Textarea', () => { it('renders correctly with default props', () => { render(