Skip to content

Commit ff1d35d

Browse files
committed
Add a link to the jest landing page
1 parent e7e7a3b commit ff1d35d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

javascript/test-coverage-stats-with-jest.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Test Coverage Stats With Jest
22

3-
Jest is a delightful tool for JavaScript testing from Facebook. As your
4-
project evolves and you add tests (or perhaps choose to not add tests) you
5-
may wonder what kind of test coverage you have. What is the overall
6-
coverage? Which files are well covered and which are seriously lacking?
3+
[Jest](https://facebook.github.io/jest/) is a delightful tool for JavaScript
4+
testing from Facebook. As your project evolves and you add tests (or perhaps
5+
choose to not add tests) you may wonder what kind of test coverage you have.
6+
What is the overall coverage? Which files are well covered and which are
7+
seriously lacking?
78

89
Use the `--coverage` flag to get this information.
910

0 commit comments

Comments
 (0)