| 1 | import { describe, it, beforeEach, afterEach } from "node:test"; |
| 2 | import * as assert from "node:assert"; |
| 3 | import { type Server, type Socket as ServerSocket } from "socket.io"; |
| 4 | import { type Socket as ClientSocket } from "socket.io-client"; |
nothing calls this directly
no test coverage detected