Files
svgedit/nyc.config.js
2021-05-09 19:29:45 +02:00

17 lines
230 B
JavaScript

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