1. 4
    Track project code coverage with Jest
    3m 7s

Track project code coverage with Jest

InstructorKent C. Dodds

Share this video with your friends

Send Tweet

Jest comes pre-packaged with the ability to track code coverage for the modules you're testing, but it takes a little extra work to make it track untested files as well. Let's look at what Jest can do for you, what you have to do yourself, and how to setup code coverage thresholds so you can work to improving the code coverage numbers for your projects.

escapiststupor
~ 7 years ago

Hi Kent, Is this part of a full course on egghead or it just stands as a standalone lesson? I would like to know more about Jest testing, but can't seem to find the full course on egghead.