| 1 | import { createServer } from "http"; |
| 2 | import { Server, Socket as ServerSocket } from "socket.io"; |
| 3 | import { io as ioc, Socket as ClientSocket } from "socket.io-client"; |
| 4 | import expect = require("expect.js"); |
nothing calls this directly
no test coverage detected