mirror of
https://github.com/jbranchaud/til
synced 2026-01-04 23:58:01 +00:00
Add a link to the jest landing page
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
# Test Coverage Stats With Jest
|
||||
|
||||
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 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
|
||||
seriously lacking?
|
||||
|
||||
Use the `--coverage` flag to get this information.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user