Files
handlebars.js/nyc.config.js
T
2019-12-14 18:41:06 +01:00

10 lines
198 B
JavaScript

module.exports = {
'check-coverage': true,
branches: 100,
lines: 100,
functions: 100,
statements: 100,
exclude: ['**/spec/**', '**/handlebars/compiler/parser.js'],
reporter: 'html'
};