Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Commit

Permalink
remove bail for better stack trace.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonyeezs committed Jun 4, 2017
1 parent 131b395 commit aff0d52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ module.exports = function(config) {
// some available frameworks: https://npmjs.org/browse/keyword/karma-adapter
frameworks: ['mocha', 'chai', 'sinon', 'chai-sinon'],
//a strip down config as karma watches the test entry points
webpack:{
bail: true,
webpack: {
devtool: 'eval',
module: {
rules: webpackConfig.module.rules.concat(
Expand Down

0 comments on commit aff0d52

Please sign in to comment.