| 1 | /* eslint-disable @typescript-eslint/no-explicit-any */ |
| 2 | import { describe, it, expect, beforeAll, afterAll } from "vitest"; |
| 3 | import http from "node:http"; |
| 4 | import { createServer, type ServerInstance } from "../server.js"; |
nothing calls this directly
no test coverage detected