Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Remove unecessary comment in karma.conf.js
Browse files Browse the repository at this point in the history
  • Loading branch information
amckinlay committed Nov 4, 2014
1 parent b0d8b47 commit d27baea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module.exports = function(config) {

// Test results reporter to use
// Possible values: 'dots', 'progress', 'junit', 'growl', 'coverage'
//reporters: ['progress'],
reporters: ['progress'],

// Web server port
Expand Down Expand Up @@ -49,4 +48,4 @@ module.exports = function(config) {
// If true, it capture browsers, run tests and exit
singleRun: true
});
};
};

0 comments on commit d27baea

Please sign in to comment.