Skip to content

Commit d2067e7

Browse files
crisbetoandrewseguin
authored andcommitted
build: log out full stack trace in unit tests (#10518)
Removes the one-line limit for the stack traces inside unit tests.
1 parent cc24766 commit d2067e7

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
@@ -60,7 +60,7 @@ module.exports = (config) => {
6060
},
6161

6262
specReporter: {
63-
maxLogLines: 1,
63+
maxLogLines: Infinity, // Log out the entire stack trace on errors and failures.
6464
suppressSkipped: true,
6565
showSpecTiming: true,
6666
},

0 commit comments

Comments
 (0)