From: Pierre Ossman Date: Tue, 23 Jun 2020 11:54:46 +0000 (+0200) Subject: Remove default Karma options X-Git-Tag: v1.2.0~13^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=643442feac2bf95f526738eab5b03a267d38fb85;p=mirror_novnc.git Remove default Karma options No need to mention things where we already use the default value. --- diff --git a/karma.conf.js b/karma.conf.js index 5cbd7a5..0e316f1 100644 --- a/karma.conf.js +++ b/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,