File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 24
24
"test-node-cjs" : " cross-env NODE_ENV=test mocha --preserve-symlinks -t 30000 -A -R ${REPORTER:-spec} --require tests/test-mocha.cjs tests/*.spec.cjs" ,
25
25
"test-karma" : " karma start karma.conf.cjs" ,
26
26
"test-watch" : " cross-env NODE_ENV=test mocha --watch --parallel --preserve-symlinks -t 30000 -A -R ${REPORTER:-spec} --require tests/test-mocha.js tests/*.spec.js" ,
27
- "coverage" : " cross-env NODE_ENV=test c8 --reporter=lcov --reporter=text-summary npm run test-node" ,
28
- "coverage-ci" : " cross-env NODE_ENV=test c8 --reporter=lcovonly npm run test-node" ,
27
+ "coverage" : " cross-env NODE_ENV=test c8 npm run test-node" ,
28
+ "coverage-ci" : " cross-env NODE_ENV=test c8 --reporter=lcovonly --reporter=text-summary --reporter=text npm run test-node" ,
29
29
"coverage-report" : " c8 report" ,
30
30
"lint" : " eslint --ignore-pattern rollup.config.js ."
31
31
},
84
84
"node" : " >=14.0"
85
85
},
86
86
"c8" : {
87
- "exclude" : [
88
- " tests" ,
89
- " node_modules"
87
+ "reporter" : [
88
+ " lcov" ,
89
+ " text-summary" ,
90
+ " text"
90
91
]
91
92
}
92
93
}
You can’t perform that action at this time.
0 commit comments