MCPcopy Index your code
hub / github.com/nodejs/node / test

Function test

test/parallel/test-https-set-timeout-server.js:41–45  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

39};
40
41function test(fn) {
42 if (!tests.length)
43 process.nextTick(run);
44 tests.push(common.mustCall(fn));
45}
46
47function run() {
48 const fn = tests.shift();

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…