From 3ef6e1333b5a8fc7485cf4ea177362903b123a66 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 23 Jun 2020 13:54:46 +0200 Subject: [PATCH] Remove default Karma options No need to mention things where we already use the default value. --- kasmweb/karma.conf.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/kasmweb/karma.conf.js b/kasmweb/karma.conf.js index 5cbd7a5..0e316f1 100644 --- a/kasmweb/karma.conf.js +++ b/kasmweb/karma.conf.js @@ -92,14 +92,6 @@ module.exports = (config) => { reporters: ['mocha'], - // web server port - port: 9876, - - - // enable / disable colors in the output (reporters and logs) - colors: true, - - // level of logging // possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG logLevel: config.LOG_INFO,