Skip to content

Commit

Permalink
Remove chai plugin from Karma config
Browse files Browse the repository at this point in the history
  • Loading branch information
jbinto committed Jan 25, 2016
1 parent 4ac051b commit 783661f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var webpackConfig = require('./webpack/webpack.test.babel');

module.exports = function(config) {
config.set({
frameworks: ['mocha', 'chai'],
frameworks: ['mocha'],

browsers: process.env.TRAVIS
? ['ChromeTravis']
Expand Down

0 comments on commit 783661f

Please sign in to comment.