import { render, screen } from "@testing-library/react"; import { describe, expect, it } from "vitest"; import { Textarea } from "./textarea"; describe("Textarea Component", () => { it("adds a fallback id for browser autofill diagnostics", () => { render(