From 4b24e70ed52738cf8d027bf839c4af5e53c4d209 Mon Sep 17 00:00:00 2001 From: esuau Date: Thu, 18 Oct 2018 12:33:09 +0200 Subject: [PATCH] web-ui: format Karma configuration file --- web-ui/karma.conf.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web-ui/karma.conf.js b/web-ui/karma.conf.js index 0840f6c..523fdad 100644 --- a/web-ui/karma.conf.js +++ b/web-ui/karma.conf.js @@ -16,10 +16,11 @@ module.exports = function (config) { clearContext: false // leave Jasmine Spec Runner output visible in browser }, coverageIstanbulReporter: { - dir: require('path').join(__dirname, 'coverage'), reports: [ 'html', 'lcovonly' ], + dir: require('path').join(__dirname, 'coverage'), + reports: [ 'html', 'lcovonly' ], fixWebpackSourcePaths: true }, - + reporters: ['progress', 'kjhtml'], port: 9876, colors: true,