diff --git a/doc/api/cli.md b/doc/api/cli.md index df90e9ae306b45..7eabdf6a301776 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1866,6 +1866,15 @@ added: The maximum number of test files that the test runner CLI will execute concurrently. The default value is `os.availableParallelism() - 1`. +### `--test-force-exit` + + + +Configures the test runner to exit the process once all known tests have +finished executing even if the event loop would otherwise remain active. + ### `--test-name-pattern`