From d27baeac1fefc93450792e84120757c3dcf05a3d Mon Sep 17 00:00:00 2001 From: Andrew McKinlay Date: Mon, 3 Nov 2014 19:10:37 -0500 Subject: [PATCH] Remove unecessary comment in karma.conf.js --- karma.conf.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/karma.conf.js b/karma.conf.js index e85f39b7..0f5ab311 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -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 }); -}; \ No newline at end of file +};