UNPKG

grunt-mocha-istanbul

Version:

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

7 lines (6 loc) 148 B
var task = require('../tasks/index'); describe('grunt mocha istanbul', function(){ it('should pass', function(){ return fn(); }); });