Skip to content

Commit f6d3990

Browse files
committed
revert coverage test change #30
1 parent 31a7dd1 commit f6d3990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build": "rollup -c;./build.sh dist/index.d.ts 'declare interface' 'declare type'",
1515
"test": "web-test-runner \"test/**/web.spec.js\" --node-resolve --playwright --browsers chromium firefox webkit --root-dir=.; mocha --reporter-options='maxDiffSize=1801920' \"test/**/node.spec.js\"",
1616
"test:node": "mocha --reporter-options='maxDiffSize=1801920' \"test/**/node.spec.js\"",
17-
"test:cov": "c8 --reporter=html --reporter=text --reporter=json-summary mocha --reporter-options='maxDiffSize=1801920' \"test/**/node.spec.js\" test/allFiles.js",
17+
"test:cov": "c8 --reporter=html --reporter=text --reporter=json-summary mocha --reporter-options='maxDiffSize=1801920' \"test/**/node.spec.js\"",
1818
"test:web-cov": "web-test-runner \"test/**/web.spec.js\" --node-resolve --playwright --browsers chromium firefox webkit --root-dir=. --coverage",
1919
"profile": "node --enable-source-maps --inspect-brk test/inspect.js",
2020
"debug": "web-test-runner \"test/**/web.spec.js\" --manual --open --node-resolve --root-dir=."

0 commit comments

Comments
 (0)