We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88718b commit ac74667Copy full SHA for ac74667
src/node_options.cc
@@ -674,6 +674,7 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
674
"the line coverage minimum threshold",
675
&EnvironmentOptions::test_coverage_lines,
676
kAllowedInEnvvar);
677
+
678
AddOption("--experimental-test-isolation",
679
"configures the type of test isolation used in the test runner",
680
&EnvironmentOptions::test_isolation);
0 commit comments