We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e7a3b commit ff1d35dCopy full SHA for ff1d35d
javascript/test-coverage-stats-with-jest.md
@@ -1,9 +1,10 @@
1
# Test Coverage Stats With Jest
2
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?
+[Jest](https://facebook.github.io/jest/) is a delightful tool for JavaScript
+testing from Facebook. As your project evolves and you add tests (or perhaps
+choose to not add tests) you may wonder what kind of test coverage you have.
+What is the overall coverage? Which files are well covered and which are
7
+seriously lacking?
8
9
Use the `--coverage` flag to get this information.
10
0 commit comments