import React from "react"; import "@testing-library/jest-dom/extend-expect"; import { render, fireEvent } from "@testing-library/react"; import { Textarea } from "../../"; test("Textarea basic props", () => { const onChange = jest.fn(); const onBlur = jest.fn(); const { getByTestId, queryByTestId } = render(