Skip to content

Commit

Permalink
fix(webpack): fix overlooked refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Aug 1, 2019
1 parent 68590f9 commit 3b224dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeleton/karma/test__if_webpack/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = function (config) {
'test/karma-bundle.js': [ 'webpack' ]
},

webpack: require('../webpack.config')({ coverage: true, karma: true }),
webpack: require('../webpack.config')({ tests: true }),

/*
* test results reporter to use
Expand Down

0 comments on commit 3b224dd

Please sign in to comment.