Code coverage based features
npm i nyc --save-dev{
"exclude":["node_modules", "htConfSample.js", "coverage", ".nyc_output", "ht-coverage"],
"reporter": ["json-summary"],
"report-dir": "ht-coverage",
"cache": false
}Last updated
npm i nyc --save-dev{
"exclude":["node_modules", "htConfSample.js", "coverage", ".nyc_output", "ht-coverage"],
"reporter": ["json-summary"],
"report-dir": "ht-coverage",
"cache": false
}Last updated