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 8c03203 commit 081b85fCopy full SHA for 081b85f
src/reporters/console.ts
@@ -74,7 +74,7 @@ class ConsoleReporter implements Reporter {
74
console.log(
75
colors.magenta("\t\t\t \->"),
76
colors.white.underline("instead received: "),
77
- colors.red(JSON.stringify(ex.result))
+ colors.red(JSON.stringify(ex.result || ex.error))
78
);
79
80
if (ex.reason) {
0 commit comments