File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313 "test:cjs" : " npm run build && mocha dist/cjs/node-test/test-*.js && npm run test:cjs:browser" ,
1414 "test:esm" : " npm run build && mocha dist/esm/node-test/test-*.js && npm run test:esm:browser" ,
1515 "test:node" : " c8 --check-coverage --branches 100 --functions 100 --lines 100 mocha test/test-*.js" ,
16- "test:cjs:browser" : " polendina --cleanup dist/cjs/browser-test/test-*.js" ,
17- "test:esm:browser" : " polendina --cleanup dist/esm/browser-test/test-*.js" ,
16+ "test:cjs:browser" : " polendina --page --worker --serviceworker -- cleanup dist/cjs/browser-test/test-*.js" ,
17+ "test:esm:browser" : " polendina --page --worker --serviceworker -- cleanup dist/esm/browser-test/test-*.js" ,
1818 "test" : " npm run lint && npm run test:node && npm run test:esm" ,
1919 "test:ci" : " npm run lint && npm run test:node && npm run test:esm && npm run test:cjs" ,
2020 "coverage" : " c8 --reporter=html mocha test/test-*.js && npm_config_yes=true npx st -d coverage -p 8080"
You can’t perform that action at this time.
0 commit comments