import React from 'react'; import { cleanup, fireEvent } from '@testing-library/react'; import { render } from '../../../utils/theme-render-wrapper'; import { Textarea } from './textarea'; afterEach(cleanup); const changeFn = jest.fn(); describe('