UNPKG

grunt-mocha-istanbul

Version:

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

4 lines (2 loc) 84 B
var some = require('./some'); module.exports = function(a) { return some(3, a); };