Skip to content

Commit

Permalink
fixup! fixup! test: add test for one arg timers to increase coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceres6 committed Jul 23, 2024
1 parent 642b4cf commit ff11c2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel/test-timers.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,5 @@ setInterval(common.mustCall(function() { clearInterval(this); }), 10);

// Test no timeout separately
setTimeout(common.mustCall());
// eslint-disable-next-line no-restricted-syntax
setInterval(common.mustCall(function() { clearInterval(this); }));

0 comments on commit ff11c2f

Please sign in to comment.