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