diff --git a/doc/api/cli.md b/doc/api/cli.md index 3180606fd24227..b9d63b08aa4a28 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1064,6 +1064,16 @@ minimum allocation from the secure heap. The minimum value is `2`. The maximum value is the lesser of `--secure-heap` or `2147483647`. The value given must be a power of two. +### `--test` + + + +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-only`