Skip to content

Commit

Permalink
karma conf fix
Browse files Browse the repository at this point in the history
  • Loading branch information
legomushroom committed Aug 19, 2015
1 parent a3fa866 commit 9ee8d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ module.exports = function(config) {
colors: true,
// level of logging
// possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
logLevel: config.LOG_DISABLE,
logLevel: config.LOG_INFO,
sauceLabs: {
testName: 'mo · js tests',
},
Expand Down

0 comments on commit 9ee8d3c

Please sign in to comment.