File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,8 @@ module.exports = function init(config) {
6161 require ( 'karma-tap-pretty-reporter' ) ,
6262 require ( 'karma-junit-reporter' ) ,
6363 ] ,
64-
6564 basePath : '' ,
6665 frameworks : [ 'tap' , 'webpack' ] ,
67- proxies : {
68- '/itk/web-workers/itk-wasm-pipeline.min.worker.js' :
69- '/base/dist/itk/web-workers/itk-wasm-pipeline.min.worker.js' ,
70- } ,
7166 files : [
7267 './test/tests.js' ,
7368 {
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ docker run \
142142 --workdir /home/user/work \
143143 ${mount_local} \
144144 $port_arg \
145- --env=" APP=npm run test -- --browsers Chrome --dockered" \
145+ --env=" APP=npx puppeteer browsers install chrome && npm run test -- --browsers Chrome --dockered" \
146146 $extra_run_args \
147147 $debug_arg \
148148 $image > /dev/null
You can’t perform that action at this time.
0 commit comments