karma-webpack
doesn't play well if you use bail: true
configuration option.
This repository is a minimal project that is affected.
- Install dependencies
npm i
- Run tests
npm test
- See the error code is 0
echo $?
- Repeat steps 1-3 with bail option set to false