File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 14
14
"build" : " rollup -c;./build.sh dist/index.d.ts 'declare interface' 'declare type'" ,
15
15
"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\" " ,
16
16
"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\" " ,
18
18
"test:web-cov" : " web-test-runner \" test/**/web.spec.js\" --node-resolve --playwright --browsers chromium firefox webkit --root-dir=. --coverage" ,
19
19
"profile" : " node --enable-source-maps --inspect-brk test/inspect.js" ,
20
20
"debug" : " web-test-runner \" test/**/web.spec.js\" --manual --open --node-resolve --root-dir=."
You can’t perform that action at this time.
0 commit comments