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

Function fixture

packages/engine.io-client/test/node.js:10–11  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

8describe("node.js", () => {
9 describe("autoRef option", () => {
10 const fixture = (filename) =>
11 process.execPath + " " + path.join(__dirname, "fixtures", filename);
12
13 it("should stop once the timer is triggered", (done) => {
14 exec(fixture("unref.js"), done);

Callers 1

node.jsFile · 0.70

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…