Skip to content

Commit b51a68a

Browse files
committed
fix lint errors
1 parent ae2d73a commit b51a68a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/internal/test_runner/runner.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const {
2323
SafeSet,
2424
StringPrototypeIndexOf,
2525
StringPrototypeSlice,
26-
StringPrototypeSplit,
2726
StringPrototypeStartsWith,
2827
} = primordials;
2928

src/node_options.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,8 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
596596
"report given reporter to the given destination",
597597
&EnvironmentOptions::test_reporter_destination,
598598
kAllowedInEnvvar);
599-
AddOption("--test-child-process", "", // for internal use by test runner
599+
AddOption("--test-child-process",
600+
"", // for internal use by test runner
600601
&EnvironmentOptions::test_child_process);
601602
AddOption("--test-only",
602603
"run tests with 'only' option set",

0 commit comments

Comments
 (0)