| 1 | import { describe, test, expect, afterEach, vi } from 'vitest'; |
| 2 | |
| 3 | vi.mock('../../utils/env', async importOriginal => { |
| 4 | const actual = await importOriginal<typeof import('../../utils/env.js')>(); |
nothing calls this directly
no test coverage detected