import * as React from 'react'; import { render, screen } from '@testing-library/react'; import userEvent from '@testing-library/user-event'; import { TextArea } from '../TextArea'; import { ComponentClassNames } from '../../shared'; describe('TextArea component', () => { it('should render custom classname for TextArea', async () => { render(