istanbul-coverage-display
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "istanbul-coverage-display", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "dist/index.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.esm.js", |
@@ -19,1 +19,6 @@ # istanbul-coverage-display | ||
There is a [demo project](https://github.com/vijayst/istanbuldemo) for this package. And there is a [blog post](https://vijayt.com/post/code-coverage-of-manual-testing-using-istanbul/) with more details about why we need this. | ||
Screenshot of the component display coverage report: | ||
![Coverage display](coverage-display.png) |
50295
24