File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 37
37
./bundle
38
38
./dist
39
39
./dist-esm
40
+ ./test-dev/webpack/dist
40
41
41
42
# Testing the built files
42
43
Test :
Original file line number Diff line number Diff line change 17
17
"test:ava" : " cross-env TS_NODE_FILES=true ava ./test/**/*.test.ts" ,
18
18
"test:dev" : " cross-env TS_NODE_FILES=true ava ./test-dev/**/*.test.ts" ,
19
19
"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" ,
21
21
"posttest" : " tslint --project ." ,
22
22
"prepare" : " npm run build"
23
23
},
You can’t perform that action at this time.
0 commit comments