import React from 'react'; import { fireEvent, render } from '@testing-library/react'; import { axe } from 'jest-axe'; import 'jest-styled-components'; import 'jest-axe/extend-expect'; import 'regenerator-runtime/runtime'; import { Grommet } from '../../Grommet'; import { TextArea, TextAreaProps } from '..'; describe('TextArea', () => { test('should not have accessibility violations', async () => { const { container } = render(