A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nodejs/node/commit/da3573409c below:

add test for one arg timers to increase coverage · nodejs/node@da35734 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+5

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+5

-0

lines changed Original file line number Diff line number Diff line change

@@ -79,3 +79,8 @@ setTimeout(common.mustCall(() => {

79 79

// Test 10 ms timeout separately.

80 80

setTimeout(common.mustCall(), 10);

81 81

setInterval(common.mustCall(function() { clearInterval(this); }), 10);

82 + 83 +

// Test no timeout separately

84 +

setTimeout(common.mustCall());

85 +

// eslint-disable-next-line no-restricted-syntax

86 +

setInterval(common.mustCall(function() { clearInterval(this); }));

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4