svgedit/nyc.config.js

17 lines
219 B
JavaScript

module.exports = {
statements: 45,
branches: 34,
lines: 46,
functions: 45,
exclude: [
'editor/jquery.min.js',
'editor/jgraduate/**'
],
reporter: [
'json-summary',
'text',
'html'
]
}