We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba169be commit 10b35cfCopy full SHA for 10b35cf
lib/internal/test_runner/test.js
@@ -86,7 +86,7 @@ function stopTest(timeout, signal) {
86
87
if (timeout === kDefaultTimeout) {
88
disposeFunction = abortListener[SymbolDispose];
89
- } if (timeout !== kDefaultTimeout) {
+ } else {
90
timer = setTimeout(() => deferred.resolve(), timeout);
91
timer.unref();
92
0 commit comments