UNPKG

grunt-mocha-istanbul

Version:

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

5 lines (4 loc) 81 B
'use strict'; export function exec() { return new Promise((r) => r(true)); }