diff --git a/doc/api/cli.md b/doc/api/cli.md index a2861024659af2..22a2427977605a 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1108,6 +1108,14 @@ Starts the Node.js command line test runner. This flag cannot be combined with `--check`, `--eval`, `--interactive`, or the inspector. See the documentation on [running tests from the command line][] for more details. +### `--test-concurrency` + + + +Configures the test runner to run sub tests in parallel. + ### `--test-only`