| 1 | // lint-allow-test-imports-file: TODO(#3118-followup) — this suite uses |
| 2 | // dynamic-import-after-vi.mock to grab fresh mock refs per test. Convert to |
| 3 | // the vi.hoisted pattern so it can drop the resetModules + dynamic imports. |
| 4 | import { describe, test, expect, vi, beforeEach } from 'vitest'; |
nothing calls this directly
no test coverage detected