Skip to content

Commit 39341ea

Browse files
josephperrottandrewseguin
authored andcommitted
chore: use dot reporter in karma. (#10981)
1 parent 9942a3a commit 39341ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = (config) => {
5050
'dist/packages/**/*.js': ['sourcemap']
5151
},
5252

53-
reporters: ['spec'],
53+
reporters: ['dots'],
5454
autoWatch: false,
5555

5656
coverageReporter: {
@@ -59,6 +59,7 @@ module.exports = (config) => {
5959
subdir: '.'
6060
},
6161

62+
// TODO(josephperrott): Determine how to properly disable extra output on ci.
6263
specReporter: {
6364
maxLogLines: Infinity, // Log out the entire stack trace on errors and failures.
6465
suppressSkipped: true,

0 commit comments

Comments
 (0)