Skip to content

Commit

Permalink
include test errors in the JSON reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron committed Nov 8, 2013
1 parent b4cd8ad commit b685ade
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 b685ade

Please sign in to comment.