diff --git a/doc/api/cli.md b/doc/api/cli.md index 47e372f6d0a096..cc982066a48c3d 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2598,6 +2598,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`