| 1 | import assert from "node:assert/strict"; |
| 2 | import { describe, it, afterEach } from "node:test"; |
| 3 | import type { IncomingMessage } from "node:http"; |
| 4 | import { ConnectionRateLimiter, validateAuthToken } from "../auth.js"; |
nothing calls this directly
no test coverage detected