svgedit/nyc.config.js

23 lines
386 B
JavaScript
Raw Normal View History

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