| 1 | import chromeMock from "@Packages/chrome-extension-mock"; |
| 2 | import type Runtime from "@Packages/chrome-extension-mock/runtime"; |
| 3 | import { initTestEnv } from "./utils"; |
| 4 | import "@testing-library/jest-dom/vitest"; |
nothing calls this directly
no test coverage detected