File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3737 ./bundle
3838 ./dist
3939 ./dist-esm
40+ ./test-dev/webpack/dist
4041
4142 # Testing the built files
4243 Test :
Original file line number Diff line number Diff line change 1717 "test:ava" : " cross-env TS_NODE_FILES=true ava ./test/**/*.test.ts" ,
1818 "test:dev" : " cross-env TS_NODE_FILES=true ava ./test-dev/**/*.test.ts" ,
1919 "test:puppeteer:basic" : " puppet-run --plugin=mocha --bundle=./test/workers/:workers/ --serve=./bundle/worker.js:/worker.js ./test/*.chromium*.ts" ,
20- "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" ,
20+ "test:puppeteer:webpack" : " puppet-run --serve ./test-dev /webpack/dist/app.web/0.worker.js --serve ./test-dev /webpack/dist/app.web/1.worker.js --plugin=mocha ./test-dev /webpack/webpack.chromium.mocha.ts" ,
2121 "posttest" : " tslint --project ." ,
2222 "prepare" : " npm run build"
2323 },
You can’t perform that action at this time.
0 commit comments