Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 72e0df3

Browse filesBrowse files
Trottaddaleax
authored andcommitted
test: remove duplicate checks in pummel/test-timers
Remove checks in pummel/test-timers that are already checked in parallel/test-timers-clear-null-does-not-throw-error. PR-URL: #34473 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent dfdedfd commit 72e0df3
Copy full SHA for 72e0df3

File tree

Expand file treeCollapse file tree

1 file changed

+1
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-5
lines changed
Open diff view settings
Collapse file

‎test/pummel/test-timers.js‎

Copy file name to clipboardExpand all lines: test/pummel/test-timers.js
+1-5Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,10 @@
2323
const common = require('../common');
2424
const assert = require('assert');
2525

26-
const WINDOW = 200; // Why is does this need to be so big?
26+
const WINDOW = 200; // Why does this need to be so big?
2727

2828
let interval_count = 0;
2929

30-
// Check that these don't blow up.
31-
clearTimeout(null);
32-
clearInterval(null);
33-
3430
assert.strictEqual(setTimeout instanceof Function, true);
3531
const starttime = new Date();
3632
setTimeout(common.mustCall(function() {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.