| 1 | import { describe, it, expect, beforeAll, afterAll, beforeEach, afterEach, vi } from 'vitest'; |
| 2 | |
| 3 | // vi.hoisted ensures all of these are available inside vi.mock factories. |
| 4 | // Env vars must be set here so AUTH_ENABLED resolves true before organizations.ts loads |
nothing calls this directly
no test coverage detected