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 cc24766 commit d2067e7Copy full SHA for d2067e7
test/karma.conf.js
@@ -60,7 +60,7 @@ module.exports = (config) => {
60
},
61
62
specReporter: {
63
- maxLogLines: 1,
+ maxLogLines: Infinity, // Log out the entire stack trace on errors and failures.
64
suppressSkipped: true,
65
showSpecTiming: true,
66
0 commit comments