From ac7466797d98d65a572b0ddaeeb63349148d97f1 Mon Sep 17 00:00:00 2001 From: Pietro Marchini Date: Mon, 16 Sep 2024 12:06:05 +0200 Subject: [PATCH] test_runner: revert new line --- src/node_options.cc | 1 + 1 file changed, 1 insertion(+) 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);