fdlib
Version:
Shared library files for the fdq package
20 lines (18 loc) • 540 B
JavaScript
// config readme: https://github.com/gotwarlost/istanbul/issues/3#issuecomment-31291272
// no test coverage: https://github.com/gotwarlost/istanbul/issues/485#issuecomment-185360700
console.log('Included custom istanbul config...');
module.exports = {
colors: true,
coverageReporter: {
reporters: [
{ type: 'html', dir: 'build/coverage/' },
{ type: 'text-summary', dir: 'build/coverage/' },
{ type: 'text'},
],
},
'es-modules': true,
reporting: {
dir: './build/coverage',
},
//verbose: true,
};