]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Remove default Karma options
authorPierre Ossman <ossman@cendio.se>
Tue, 23 Jun 2020 11:54:46 +0000 (13:54 +0200)
committerPierre Ossman <ossman@cendio.se>
Tue, 23 Jun 2020 11:54:46 +0000 (13:54 +0200)
No need to mention things where we already use the default value.

karma.conf.js

index 5cbd7a5de86abdf52fa5ddd73b641c71500fcb7d..0e316f1ea88eba8284c5c6a76eeb7b748ca20f25 100644 (file)
@@ -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,