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
"bundle" : " node ./scripts/rollup-script.js" ,
15
15
"test" : " npm run test:ava && npm run test:puppeteer:basic && npm run test:puppeteer:webpack" ,
16
16
"test:ava" : " cross-env TS_NODE_FILES=true node ./scripts/ava-script.js" ,
17
- "test:puppeteer:basic" : " puppet-run --plugin=mocha --bundle=./test/workers/:/ workers/ --serve=./bundle/worker.js:/worker.js ./test/*.chromium*.ts" ,
17
+ "test:puppeteer:basic" : " puppet-run --plugin=mocha --bundle=./test/workers/:workers/ --serve=./bundle/worker.js:/worker.js ./test/*.chromium*.ts" ,
18
18
"test:puppeteer:webpack" : " puppet-run --serve ./test/webpack/dist/app.web/0.worker.js --serve ./test/webpack/dist/app.web/1.worker.js --plugin=mocha ./test/webpack/webpack.chromium.mocha.ts" ,
19
19
"posttest" : " tslint --project ." ,
20
20
"prepare" : " npm run build"
You can’t perform that action at this time.
0 commit comments