diff --git a/website/versioned_docs/version-29.4/CLI.md b/website/versioned_docs/version-29.4/CLI.md index b4e58977f82a..699076e2e85d 100644 --- a/website/versioned_docs/version-29.4/CLI.md +++ b/website/versioned_docs/version-29.4/CLI.md @@ -182,6 +182,10 @@ Alias: `-c`. The path to a Jest config file specifying how to find and execute t Alias: `--collectCoverage`. Indicates that test coverage information should be collected and reported in the output. Optionally pass `` to override option set in configuration. +### `--coverageDirectory=` + +The directory where Jest should output its coverage files. + ### `--coverageProvider=` Indicates which provider should be used to instrument code for coverage. Allowed values are `babel` (default) or `v8`.