ConsoleReporter exits 1 when afterAll events occur
[Finishes #67068790]
This commit is contained in:
@@ -83,6 +83,7 @@ getJasmineRequireObj().ConsoleReporter = function() {
|
||||
};
|
||||
|
||||
this.afterAllEvent = function(error) {
|
||||
failureCount++;
|
||||
exceptionList.push(error);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user