Browse Source

web-ui: format Karma configuration file

prometheus-integration
esuau 6 years ago
committed by Alexis Hernandez
parent
commit
4b24e70ed5
  1. 5
      web-ui/karma.conf.js

5
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,

Loading…
Cancel
Save