Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
9 lines (9 sloc) 198 Bytes
module.exports = {
'check-coverage': true,
branches: 100,
lines: 100,
functions: 100,
statements: 100,
exclude: ['**/spec/**', '**/handlebars/compiler/parser.js'],
reporter: 'html'
};
You can’t perform that action at this time.