Skip to content

Commit 068a5d2

Browse files
committed
chore(): change karma reporter to dots
1 parent 69349da commit 068a5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = function(config) {
3535
},
3636
exclude: [],
3737
preprocessors: {},
38-
reporters: ['progress'],
38+
reporters: ['dots'],
3939
port: 9876,
4040
colors: true,
4141
logLevel: config.LOG_INFO,

0 commit comments

Comments
 (0)