import React from 'react' import {render, screen} from '@testing-library/react' import {TextArea} from '../TextArea' describe('TextArea', () => { it('should include an error icon when there is an error message', () => { render(