SyntaxFix
Write A Post
Hire A Developer
Questions
Blanket.js works perfect too.
npm install --save-dev blanket
in front of your test/tests.js
require('blanket')({ pattern: function (filename) { return !/node_modules/.test(filename); } });
run mocha -R html-cov > coverage.html
mocha -R html-cov > coverage.html