LU07b - Applying Code coverage

Internal reference: learningunits/07-2.md

Goals

  1. I can count out (aufzählen) the basic commands for generating code coverage reports with jest
  2. 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


Exercises

  1. Work on 07/02_Exercises/a01 to a02 - according to the learning objectives (see course repository).
  2. If there is an error, read the message carefully, think about a solution and implement it.

Daniel Garavaldi