Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ertrzyiks/karma-webpack-failed-compilation-example
https://github.com/ertrzyiks/karma-webpack-failed-compilation-example
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ertrzyiks/karma-webpack-failed-compilation-example
- Owner: ertrzyiks
- Created: 2018-07-04T10:15:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T11:22:56.000Z (over 6 years ago)
- Last Synced: 2024-12-07T19:36:01.406Z (about 1 month ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```2. Run tests
```
npm test
```3. See the error code is 0
```
echo $?
```4. Repeat steps 1-3 with [bail](https://github.com/ertrzyiks/karma-webpack-failed-compilation-example/blob/759c48e53707ee8b6b7cb577a4ed56cf442d400f/karma.conf.js#L15)
option set to false