diff --git a/doc/api/cli.md b/doc/api/cli.md index b7ee385555d468..7bbbac94dd75e3 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -912,6 +912,18 @@ 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-isolation` + + + +When running tests with the `node:test` module, +each test file is run in its own process. +Running `--experimental-test-isolation=none` will run all +files in the same process. + ### `--experimental-vm-modules`