mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 16:27:39 +02:00
Merge pull request #248 from amckinlay/patch-1
Remove unecessary comment in karma.conf.js
This commit is contained in:
@@ -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
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user