MCPcopy
hub / github.com/socketio/socket.io / shouldNotHappen

Function shouldNotHappen

packages/socket.io/test/uws.ts:23–23  ·  view source on GitHub ↗
(done)

Source from the content-addressed store, hash-verified

21};
22
23const shouldNotHappen = (done) => () => done(new Error("should not happen"));
24
25describe("socket.io with uWebSocket.js-based engine", () => {
26 let io: Server,

Callers 1

uws.tsFile · 0.70

Calls 1

doneFunction · 0.85

Tested by

no test coverage detected