From 9c4aef143f04f9fbd7e0fdeeeac25c7454d105db Mon Sep 17 00:00:00 2001 From: Pietro Marchini Date: Wed, 11 Sep 2024 18:22:13 +0200 Subject: [PATCH] test_runner: refactor cwd handling in test runner --- doc/api/cli.md | 11 ----------- lib/internal/test_runner/coverage.js | 2 +- lib/internal/test_runner/harness.js | 6 ++++-- lib/internal/test_runner/runner.js | 6 +++--- lib/internal/test_runner/utils.js | 2 -- src/node_options.cc | 4 ---- src/node_options.h | 1 - 7 files changed, 8 insertions(+), 24 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index ce9cb06b84a686..01efb97e31be23 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1097,17 +1097,6 @@ generated as part of the test runner output. If no tests are run, a coverage report is not generated. See the documentation on [collecting code coverage from tests][] for more details. -### `--experimental-test-cwd=directory` - - - -> Stability: 1.0 - Early development - -Set the current working directory for the test runner. If not specified, the current -working directory is used. - ### `--experimental-test-isolation=mode`