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