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

Function test

test/sequential/test-https-server-keep-alive-timeout.js:19–24  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

17};
18
19function test(fn) {
20 if (!tests.length) {
21 process.nextTick(run);
22 }
23 tests.push(fn);
24}
25
26function run() {
27 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…