From b685ade095a93407bf0e373be8b76279689eacf4 Mon Sep 17 00:00:00 2001 From: Cameron Boehmer Date: Thu, 7 Nov 2013 21:52:36 -0800 Subject: [PATCH] include test errors in the JSON reporter --- mocha.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mocha.js b/mocha.js index f02d2a9563..d741dc9fcc 100644 --- a/mocha.js +++ b/mocha.js @@ -3069,6 +3069,7 @@ function clean(test) { title: test.title , fullTitle: test.fullTitle() , duration: test.duration + , err: test.err } } }); // module: reporters/json.js