Update packages and remove the instrument step (#854)
* several updates * avoid the instrumented step in tests
This commit is contained in:
@@ -4,13 +4,17 @@ module.exports = {
|
||||
branches: 34,
|
||||
lines: 46,
|
||||
functions: 45,
|
||||
// "excludeNodeModules": false,
|
||||
excludeNodeModules: true,
|
||||
extension: ['.js', '.html', '.json', '.css', '.svg', '.png', '.gif'],
|
||||
exclude: [
|
||||
'editor/jquery.min.js',
|
||||
'editor/jgraduate/**',
|
||||
'editor/react-extensions/react-test'
|
||||
],
|
||||
include: [
|
||||
'src/**',
|
||||
'packages/svgcanvas/**'
|
||||
],
|
||||
reporter: [
|
||||
'json-summary',
|
||||
'text',
|
||||
|
||||
Reference in New Issue
Block a user