Merge pull request #248 from amckinlay/patch-1

Remove unecessary comment in karma.conf.js
This commit is contained in:
Amos Haviv
2014-11-26 15:13:01 +02:00

View File

@@ -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
@@ -49,4 +48,4 @@ module.exports = function(config) {
// If true, it capture browsers, run tests and exit
singleRun: true
});
};
};