rename afterAllException to afterAllError
It should also handle expectation failures
This commit is contained in:
@@ -65,7 +65,7 @@ jasmineRequire.HtmlReporter = function(j$) {
|
||||
currentParent.addChild(result, 'spec');
|
||||
};
|
||||
|
||||
this.afterAllException = function(error) {
|
||||
this.afterAllError = function(error) {
|
||||
exceptionList.push(error);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user