Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 498 Bytes

File metadata and controls

25 lines (18 loc) · 498 Bytes

karma-webpack-failed-compilation-example

karma-webpack doesn't play well if you use bail: true configuration option. This repository is a minimal project that is affected.

How to use?

  1. Install dependencies
npm i
  1. Run tests
npm test
  1. See the error code is 0
echo $?
  1. Repeat steps 1-3 with bail option set to false