LU07b - Applying Code coverage
Internal reference: learningunits/07-2.md
Goals
- I can count out (aufzählen) the basic commands for generating
code coverage reportswithjest - If there are any errors, I can analyze the error, suggest and test an initial workaround (troubleshooting).
Basics
This article explains, how to set up code coverage with the node package jest. Internal reference 06-2.md
