diff --git a/doc/api/cli.md b/doc/api/cli.md index 5d59844d4cbc72..e14daef8162af4 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2868,6 +2868,20 @@ added: v22.8.0 Require a minimum percent of covered lines. If code coverage does not reach the threshold specified, the process will exit with code `1`. +### `--test-files-glob=glob` + + + +> Stability: 1.0 - Early development + +Override the default test file glob patterns. This option is ignored if +positional `arguments` are provided as well. + +See [running tests from the command line][] for more information on the +default patterns. + ### `--test-force-exit`