1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 23:28:02 +00:00

Add a link to the jest landing page

This commit is contained in:
jbranchaud
2018-03-30 16:56:00 -05:00
parent e7e7a3baf5
commit ff1d35d6ec

View File

@@ -1,9 +1,10 @@
# Test Coverage Stats With Jest # Test Coverage Stats With Jest
Jest is a delightful tool for JavaScript testing from Facebook. As your [Jest](https://facebook.github.io/jest/) is a delightful tool for JavaScript
project evolves and you add tests (or perhaps choose to not add tests) you testing from Facebook. As your project evolves and you add tests (or perhaps
may wonder what kind of test coverage you have. What is the overall choose to not add tests) you may wonder what kind of test coverage you have.
coverage? Which files are well covered and which are seriously lacking? What is the overall coverage? Which files are well covered and which are
seriously lacking?
Use the `--coverage` flag to get this information. Use the `--coverage` flag to get this information.