Skip to content

Commit

Permalink
test: remove unnecessary console log
Browse files Browse the repository at this point in the history
PR-URL: #53812
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
  • Loading branch information
Kay-Yuan authored and marco-ippolito committed Aug 19, 2024
1 parent 49017f1 commit 05d6bf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/parallel/test-timers-immediate-queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,5 @@ for (let i = 0; i < QUEUE; i++)
setImmediate(run);

process.on('exit', function() {
console.log('hit', hit);
assert.strictEqual(hit, QUEUE);
});

0 comments on commit 05d6bf6

Please sign in to comment.