| 1 | /* oxlint-disable executor/no-try-catch-or-throw, executor/no-error-constructor -- boundary: tests use fixture server cleanup and hard-fail setup errors */ |
| 2 | import { createServer, type IncomingMessage, type ServerResponse } from "node:http"; |
| 3 | import { mkdir, readFile, symlink, writeFile } from "node:fs/promises"; |
| 4 | import { homedir, tmpdir } from "node:os"; |
nothing calls this directly
no test coverage detected