8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15816bd commit 61971ecCopy full SHA for 61971ec
test/parallel/test-timers-immediate-queue.js
@@ -52,6 +52,5 @@ for (let i = 0; i < QUEUE; i++)
52
setImmediate(run);
53
54
process.on('exit', function() {
55
- console.log('hit', hit);
56
assert.strictEqual(hit, QUEUE);
57
});
0 commit comments