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 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=."
You can’t perform that action at this time.
0 commit comments