We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b4c0d commit 5139547Copy full SHA for 5139547
eform-client/src/karma.conf.js
@@ -42,15 +42,6 @@ module.exports = function (config) {
42
dir: require('path').join(__dirname, './coverage'),
43
reporters: [{ type: 'html' }, { type: 'text-summary' }]
44
},
45
- coverageReporter: {
46
- dir: require('path').join(__dirname, '../coverage'),
47
- subdir: '.',
48
- reporters: [
49
- { type: 'html' },
50
- { type: 'text-summary' },
51
- { type: 'lcovonly' }
52
- ]
53
- },
54
reporters: ['progress', 'kjhtml'],
55
port: 9876,
56
colors: true,
0 commit comments