Navigation Menu

Skip to content

Commit

Permalink
Fix comment lenght
Browse files Browse the repository at this point in the history
  • Loading branch information
gcollazo committed Feb 2, 2014
1 parent 4ef2b75 commit 384ef28
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions karma.conf.js
@@ -1,3 +1,5 @@
'use strict';

// Karma configuration
// Generated on Fri Sep 06 2013 16:44:32 GMT-0400 (AST)

Expand Down Expand Up @@ -41,11 +43,14 @@ module.exports = function(config) {


// level of logging
// possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
// possible values:
// config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN ||
// config.LOG_INFO || config.LOG_DEBUG
logLevel: config.LOG_INFO,


// enable / disable watching file and executing tests whenever any file changes
// enable / disable watching file and executing
// tests whenever any file changes
autoWatch: true,


Expand Down

0 comments on commit 384ef28

Please sign in to comment.