Skip to content

Commit 25d7081

Browse files
Merge 6289324 into 799de59
2 parents 799de59 + 6289324 commit 25d7081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/karma.base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const config = {
6868
// test results reporter to use
6969
// possible values: 'dots', 'progress'
7070
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
71-
reporters: ['mocha', 'coverage-istanbul'],
71+
reporters: ['coverage-istanbul', 'mocha'],
7272

7373
// web server port
7474
port: 8089,

0 commit comments

Comments
 (0)