rename afterAllException to afterAllError
It should also handle expectation failures
This commit is contained in:
@@ -84,7 +84,7 @@ getJasmineRequireObj().ConsoleReporter = function() {
|
||||
}
|
||||
};
|
||||
|
||||
this.afterAllException = function(error) {
|
||||
this.afterAllError = function(error) {
|
||||
exceptionList.push(error);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user