Refactor QueueRunner and remove references to functions that Jasmine is done with

[finishes #56030214]
This commit is contained in:
Gregg Van Hove
2018-01-11 17:19:26 -08:00
parent cf2f922e30
commit e2a191b116
6 changed files with 227 additions and 190 deletions

View File

@@ -168,6 +168,7 @@ getJasmineRequireObj().TreeProcessor = function() {
queueRunnerFactory({
onComplete: function() {
node.cleanupBeforeAfter();
nodeComplete(node, node.getResult());
done();
},