Browse Source

web-ui: format Karma configuration file

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

3
web-ui/karma.conf.js

@ -16,7 +16,8 @@ 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
},

Loading…
Cancel
Save