We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9942a3a commit 39341eaCopy full SHA for 39341ea
test/karma.conf.js
@@ -50,7 +50,7 @@ module.exports = (config) => {
50
'dist/packages/**/*.js': ['sourcemap']
51
},
52
53
- reporters: ['spec'],
+ reporters: ['dots'],
54
autoWatch: false,
55
56
coverageReporter: {
@@ -59,6 +59,7 @@ module.exports = (config) => {
59
subdir: '.'
60
61
62
+ // TODO(josephperrott): Determine how to properly disable extra output on ci.
63
specReporter: {
64
maxLogLines: Infinity, // Log out the entire stack trace on errors and failures.
65
suppressSkipped: true,
0 commit comments