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