| 1 | /* eslint-disable import/first -- vi.mock setup must run before the imports it stubs out. */ |
| 2 | import { afterEach, describe, expect, it, vi } from 'vitest'; |
| 3 | |
| 4 | const mocks = vi.hoisted(() => ({ |
nothing calls this directly
no test coverage detected