Regenerate jasmine.js for QueueRunner fix
This commit is contained in:
@@ -495,7 +495,7 @@ getJasmineRequireObj().Env = function(j$) {
|
|||||||
options.catchException = self.catchException;
|
options.catchException = self.catchException;
|
||||||
options.clearStack = options.clearStack || clearStack;
|
options.clearStack = options.clearStack || clearStack;
|
||||||
|
|
||||||
new j$.QueueRunner(options).run(options.fns, 0);
|
new j$.QueueRunner(options).execute();
|
||||||
};
|
};
|
||||||
|
|
||||||
var totalSpecsDefined = 0;
|
var totalSpecsDefined = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user