Properly record finishing an xdescribe so further cleanup works
Fix #724
This commit is contained in:
@@ -240,8 +240,8 @@ getJasmineRequireObj().Env = function(j$) {
|
||||
resultCallback: function(attrs) {
|
||||
if (!suite.disabled) {
|
||||
clearResourcesForRunnable(suite.id);
|
||||
currentlyExecutingSuites.pop();
|
||||
}
|
||||
currentlyExecutingSuites.pop();
|
||||
reporter.suiteDone(attrs);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user