import { render, screen } from '../../../../../../tests/utils'; import { TextArea } from './text-area'; const doNothing = () => { // do nothing }; describe('TextArea', () => { it('renders a textarea', () => { render(