UNPKG

grunt-mocha-istanbul

Version:

Almost config-free Istanbul code coverage reporter for Mocha usage in Grunt

9 lines (7 loc) 177 B
var other = require('../lib/src/other'); describe('grunt mocha istanbul', function(){ it('should pass', function(){ console.log(other(4)); return other(4); }); });