| 1 | import { describe, expect, test } from "bun:test" |
| 2 | import { EventEmitter } from "node:events" |
| 3 | import { createServer, type IncomingMessage, type Server as HttpServer } from "node:http" |
| 4 | import net, { type AddressInfo, type Socket } from "node:net" |
nothing calls this directly
no test coverage detected