svgedit/nyc.config.js

17 lines
230 B
JavaScript
Raw Normal View History

module.exports = {
"statements": 45,
"branches": 34,
"lines": 46,
"functions": 45,
exclude: [
'editor/jquery.min.js',
2021-05-09 17:29:45 +00:00
'editor/jgraduate/**'
],
"reporter": [
"json-summary",
"text",
"html"
]
};