import { render, screen, cleanup } from "@testing-library/react"; import userEvent from "@testing-library/user-event"; import assert from "node:assert"; import { describe, test, mock, afterEach, } from "node:test"; import { Label } from "./index"; describe("Label", () => { afterEach(() => { cleanup(); }); /* COMMON */ test("renders without crashing", () => { render(