svgedit/nyc.config.js

20 lines
367 B
JavaScript
Raw Normal View History

module.exports = {
statements: 45,
branches: 34,
lines: 46,
functions: 45,
// "excludeNodeModules": false,
extension: ['.js', '.html', '.json', '.css', '.svg', '.png', '.gif'],
exclude: [
'editor/jquery.min.js',
'editor/jgraduate/**',
'editor/react-extensions/react-test'
],
reporter: [
'json-summary',
'text',
'html'
]
}