Skip to content

Commit 055d141

Browse files
committed
fix test:puppeteer:basic on windows
1 parent fc3537d commit 055d141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"bundle": "node ./scripts/rollup-script.js",
1515
"test": "npm run test:ava && npm run test:puppeteer:basic && npm run test:puppeteer:webpack",
1616
"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",
1818
"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",
1919
"posttest": "tslint --project .",
2020
"prepare": "npm run build"

0 commit comments

Comments
 (0)