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

Commit d27baea

Browse files
committed
Remove unecessary comment in karma.conf.js
1 parent b0d8b47 commit d27baea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

karma.conf.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ module.exports = function(config) {
1616

1717
// Test results reporter to use
1818
// Possible values: 'dots', 'progress', 'junit', 'growl', 'coverage'
19-
//reporters: ['progress'],
2019
reporters: ['progress'],
2120

2221
// Web server port
@@ -49,4 +48,4 @@ module.exports = function(config) {
4948
// If true, it capture browsers, run tests and exit
5049
singleRun: true
5150
});
52-
};
51+
};

0 commit comments

Comments
 (0)