UNPKG

grunt-mocha-istanbul

Version:

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

7 lines (6 loc) 167 B
var es6 = require('../es6/file.es6'); describe('grunt mocha istanbul es6 with es5 test', function() { it('should pass', function(){ return es6.exec(); }); });