| 1 | import { describe, it, expect, beforeAll, afterAll, beforeEach, afterEach, vi } from 'vitest'; |
| 2 | import { getPool, initializeDatabase, closeDatabase } from '../../src/db/client.js'; |
| 3 | import { runMigrations } from '../../src/db/migrate.js'; |
| 4 | import type { Pool } from 'pg'; |
nothing calls this directly
no test coverage detected