Skip to content

Commit

Permalink
Fix dead link to coverage CLI option (#9905)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichb committed Apr 27, 2020
1 parent faa5267 commit ac267b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/en/index.js
Expand Up @@ -376,7 +376,7 @@ class Index extends React.Component {
content: (
<translate>
Generate code coverage by adding the flag
[`--coverage`](https://jestjs.io/docs/en/cli.html#coverage).
[`--coverage`](https://jestjs.io/docs/en/cli.html#--coverageboolean).
No additional setup needed. Jest can collect code coverage
information from entire projects, including untested
files.
Expand Down

0 comments on commit ac267b1

Please sign in to comment.