ConsoleReporter exits 1 when afterAll events occur

[Finishes #67068790]
This commit is contained in:
Greg Cobb and Tim Jarratt
2014-08-27 14:45:59 -07:00
parent 5b6edff3fd
commit cd4d5c2445
2 changed files with 25 additions and 5 deletions

View File

@@ -83,6 +83,7 @@ getJasmineRequireObj().ConsoleReporter = function() {
};
this.afterAllEvent = function(error) {
failureCount++;
exceptionList.push(error);
};