diff --git a/src/node_options.cc b/src/node_options.cc index 505b6b5c685b80..2ca6652538b30b 100644 --- a/src/node_options.cc +++ b/src/node_options.cc @@ -674,6 +674,7 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() { "the line coverage minimum threshold", &EnvironmentOptions::test_coverage_lines, kAllowedInEnvvar); + AddOption("--experimental-test-isolation", "configures the type of test isolation used in the test runner", &EnvironmentOptions::test_isolation);