| 1 | import type { ReactElement, MouseEvent as ReactMouseEvent } from "react"; |
| 2 | import { act } from "react"; |
| 3 | import { createRoot } from "react-dom/client"; |
| 4 | import { beforeEach, describe, expect, test, vi } from "vitest"; |
nothing calls this directly
no test coverage detected