| 1 | import { afterEach, describe, expect, it, vi } from "vitest"; |
| 2 | import { createServer, type Server } from "node:net"; |
| 3 | import { resolve } from "node:path"; |
| 4 | import { createServer as createHttpServer, type Server as HttpServer } from "node:http"; |
nothing calls this directly
no test coverage detected