rename afterAllException to afterAllError
It should also handle expectation failures
This commit is contained in:
@@ -35,7 +35,7 @@ getJasmineRequireObj().Env = function(j$) {
|
||||
'suiteDone',
|
||||
'specStarted',
|
||||
'specDone',
|
||||
'afterAllException'
|
||||
'afterAllError'
|
||||
]);
|
||||
|
||||
this.specFilter = function() {
|
||||
|
||||
Reference in New Issue
Block a user