Skip to content

Commit 551b8ba

Browse files
authored
Update karma.conf.js
1 parent 068dcda commit 551b8ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/karma.conf.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ module.exports = function (config) {
133133
dir: 'testcoverage/',
134134
reporters: [{ type: 'lcov', subdir: '.' }]
135135
},
136-
sonarQubeUnitReporter: {
137-
sonarQubeVersion: 'LATEST',
138-
outputFile: 'testcoverage/ut_report.xml',
139-
useBrowserName: false
140-
},
136+
// sonarQubeUnitReporter: {
137+
// sonarQubeVersion: 'LATEST',
138+
// outputFile: 'testcoverage/ut_report.xml',
139+
// useBrowserName: false
140+
// },
141141

142142
// web server port
143143
port: 9876,

0 commit comments

Comments
 (0)