Skip to content

Commit 61b4342

Browse files
Aghassithymikee
authored andcommitted
docs: noted --coverage aliased by --collectCoverage (#6741)
## Summary Noting that `--coverage` maps to `--collectCoverage` in docs since the latter is not listed anywhere. ## Test plan None necessary.
1 parent a10bc90 commit 61b4342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/CLI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Alias: `-c`. The path to a Jest config file specifying how to find and execute t
135135

136136
### `--coverage`
137137

138-
Indicates that test coverage information should be collected and reported in the output.
138+
Indicates that test coverage information should be collected and reported in the output. This option is also aliased by `--collectCoverage`.
139139

140140
### `--debug`
141141

0 commit comments

Comments
 (0)