Skip to content

Commit

Permalink
chore(karma): switch on INFO logLevel
Browse files Browse the repository at this point in the history
Information is beautiful

Closes #1
  • Loading branch information
caitp committed Mar 10, 2014
1 parent 8eb3e6a commit e7ad19d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = function(config) {
config.set({
frameworks: ['jasmine'],
logLevel: config.LOG_INFO,

reporters: ['dots', 'coverage'],

Expand Down

0 comments on commit e7ad19d

Please sign in to comment.