| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| 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); })); | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments