Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SRHerzog committed Feb 23, 2023
1 parent 15803a0 commit 678bb49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/internal/test_runner/runner.js
Expand Up @@ -4,7 +4,6 @@ const {
ArrayPrototypeFilter,
ArrayPrototypeForEach,
ArrayPrototypeIncludes,
ArrayPrototypeJoin,
ArrayPrototypePush,
ArrayPrototypeSlice,
ArrayPrototypeSome,
Expand All @@ -23,7 +22,6 @@ const {
SafeSet,
StringPrototypeIndexOf,
StringPrototypeSlice,
StringPrototypeSplit,
StringPrototypeStartsWith,
} = primordials;

Expand Down
3 changes: 2 additions & 1 deletion src/node_options.cc
Expand Up @@ -575,7 +575,8 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
"report given reporter to the given destination",
&EnvironmentOptions::test_reporter_destination,
kAllowedInEnvvar);
AddOption("--test-child-process", "", // for internal use by test runner
AddOption("--test-child-process",
"", // for internal use by test runner
&EnvironmentOptions::test_child_process);
AddOption("--test-only",
"run tests with 'only' option set",
Expand Down

0 comments on commit 678bb49

Please sign in to comment.