17 lines
230 B
JavaScript
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"
|
|
]
|
|
};
|