UNPKG

grunt-mocha-istanbul

Version:

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

5 lines (4 loc) 128 B
import * as es6 from '../es6/file.es6'; describe('grunt mocha istanbul es6', () => { it('should pass', () => es6.exec()); });