Skip to content

Commit 068dcda

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ module.exports = function (config) {
122122
// test results reporter to use
123123
// possible values: 'dots', 'progress'
124124
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
125-
reporters: ['progress', 'sonarqubeUnit', 'coverage', 'teamcity'],
125+
reporters: ['progress', 'coverage', 'teamcity'],
126126

127127
//最大超时时间
128128
captureTimeout: 120000,

0 commit comments

Comments
 (0)