fix editor start with src and dist using es-dev-server
This commit is contained in:
22
nyc.config.js
Normal file
22
nyc.config.js
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
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"
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user