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

Function fixture

packages/engine.io/test/server.js:1751–1755  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

1749 });
1750
1751 function fixture(filename) {
1752 return (
1753 process.execPath + " " + path.join(__dirname, "fixtures", filename)
1754 );
1755 }
1756
1757 it("should stop socket and timers", (done) => {
1758 exec(fixture("server-close.js"), done);

Callers 1

server.jsFile · 0.70

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected