All That You Need To Know About Jest Code-Coverage & Html Report Generation
Code coverage is one of the most important metrics from a unit testing point of view. It essentially measures what percentage of statements/branches are covered for the application under test.
Jest provides out of the box support for code coverage. This video tutorial will explain all about Jest Code-Coverage & Html Report Generation in detail.