Skip to content

Commit

Permalink
Merge pull request mochajs#2 from cameronboehmer/include-stack
Browse files Browse the repository at this point in the history
include strack traces and exception messages in json reporter's return data
  • Loading branch information
phillipalexander committed Nov 8, 2013
2 parents eeacd18 + b685ade commit 0db79c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mocha.js
Original file line number Diff line number Diff line change
Expand Up @@ -3069,6 +3069,7 @@ function clean(test) {
title: test.title
, fullTitle: test.fullTitle()
, duration: test.duration
, err: test.err
}
}
}); // module: reporters/json.js
Expand Down

0 comments on commit 0db79c7

Please sign in to comment.