We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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