Skip to content

Commit 95c336b

Browse files
committed
fix lint
1 parent bafc107 commit 95c336b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/test_runner/runner.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ function run(options = kEmptyObject) {
488488

489489
const root = createTestTree({ __proto__: null, concurrency, timeout, signal });
490490
if (process.env.NODE_TEST_CONTEXT !== undefined) {
491-
return root.reporter;
491+
return root.reporter;
492492
}
493493
let testFiles = files ?? createTestFileList();
494494

0 commit comments

Comments
 (0)