import React from "react" import { render, screen } from "../utilities/test-utils" import Textarea from "./_textarea" const testId = "textarea-kit" describe("TextArea Kit Props", () => { test("Expects to have correct classname", () => { render(