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 1616 },
1717 "scripts" : {
1818 "build" : " rollup -c;./build.sh dist/index.d.ts 'declare interface' 'declare type'" ,
19- "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\" " ,
19+ "test" : " web-test-runner \" test/**/web.spec.js\" --node-resolve --playwright --browsers chromium firefox webkit --root-dir=.; mocha --timeout 25000 -- reporter-options='maxDiffSize=1801920' \" test/**/node.spec.js\" " ,
2020 "test:web" : " web-test-runner \" test/**/web.spec.js\" --node-resolve --playwright --browsers chromium firefox webkit --root-dir=." ,
2121 "test:node" : " mocha --reporter-options='maxDiffSize=1801920' \" test/**/node.spec.js\" " ,
2222 "test:cov" : " c8 -x 'test/specs/**/*.js' -x dist/lib/validation/syntax.js -x 'dist/lib/validation/parser/*.js' --reporter=html --reporter=text --reporter=json-summary mocha --reporter-options='maxDiffSize=1801920' \" test/**/node.spec.js\" " ,
You can’t perform that action at this time.
0 commit comments