| 1 | /* oxlint-disable executor/no-try-catch-or-throw -- boundary: e2e fixture server and raw HTTP assertions */ |
| 2 | import { readFile } from "node:fs/promises"; |
| 3 | import { createServer, type IncomingMessage, type ServerResponse } from "node:http"; |
| 4 | import { join } from "node:path"; |
nothing calls this directly
no test coverage detected