Skip to content

Commit

Permalink
Merge pull request #180 from alecmerdler/tap-reporter-failure
Browse files Browse the repository at this point in the history
TAP Reporter Failure Message
  • Loading branch information
putermancer authored Dec 29, 2017
2 parents 06312ec + 3497946 commit 47e6a2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tap_reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
failedStr += '\n === END STACK TRACE ===';
}
}
resultStr += failedStr;
}
if (isSkipped(spec)) {
totalSpecsSkipped++;
Expand Down

0 comments on commit 47e6a2e

Please sign in to comment.