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 36
36
"test-headless" : " mochify --no-detect-globals --recursive -R dot --grep WebWorker --invert \" test/**/*-test.js\" " ,
37
37
"test-coverage" : " nyc npm run test-headless -- --transform [ babelify --ignore [ test ] --plugins [ babel-plugin-istanbul ] ]" ,
38
38
"test-cloud" : " npm run test-headless -- --wd" ,
39
- "test-webworker" : " mochify --no-detect-globals --https-server 8080 --no-request-interception test/webworker/webworker-support-assessment.js" ,
39
+ "test-webworker" : " mochify --no-detect-globals --https-server 0 --no-request-interception test/webworker/webworker-support-assessment.js" ,
40
40
"test-esm-support" : " mocha test/es2015/module-support-assessment-test.mjs" ,
41
41
"check-esm-bundle-runs-in-browser" : " node test/es2015/check-esm-bundle-is-runnable.js" ,
42
42
"test-docker-image" : " docker-compose up" ,
You can’t perform that action at this time.
0 commit comments