| 1 | import { act } from "react"; |
| 2 | import { createRoot } from "react-dom/client"; |
| 3 | import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; |
| 4 | import { Engine } from "@/types/proto-es/v1/common_pb"; |
nothing calls this directly
no test coverage detected