Skip to content

Commit

Permalink
Change "mocha" reporter to "_mocha" to resolve testing error in Travis (
Browse files Browse the repository at this point in the history
  • Loading branch information
petko5kov committed Aug 19, 2016
1 parent e71a3e5 commit 128804e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = function(config){
'src/**/*.js': ['coverage']
},

reporters: ['mocha', 'coverage'],
reporters: ['_mocha', 'coverage'],

plugins : [
'karma-chrome-launcher',
Expand Down

0 comments on commit 128804e

Please sign in to comment.