Pass queue runner factory to Spec#execute, not ctor
This commit is contained in:
@@ -230,6 +230,7 @@ getJasmineRequireObj().TreeProcessor = function() {
|
||||
return {
|
||||
fn: function(done) {
|
||||
node.execute(
|
||||
queueRunnerFactory,
|
||||
done,
|
||||
stats[node.id].excluded,
|
||||
failSpecWithNoExpectations
|
||||
|
||||
Reference in New Issue
Block a user