| 1 | /* @vitest-environment jsdom */ |
| 2 | import "@testing-library/jest-dom/vitest"; |
| 3 | import { fireEvent, render, screen } from "@testing-library/react"; |
| 4 | import { afterEach, describe, expect, it, vi } from "vitest"; |
nothing calls this directly
no test coverage detected