import React from "react"; import { render, fireEvent, screen } from "@testing-library/react"; import TextArea from "../TextArea"; import { axe } from "jest-axe"; import userEvent from "@testing-library/user-event"; describe("TextArea", () => { it("should render TextArea with default props", () => { render(