Revert "Deprecate suite/spec ordering hook ."
This reverts commit 76fafa0388.
[#73742528]
This commit is contained in:
@@ -193,8 +193,8 @@ getJasmineRequireObj().Env = function(j$) {
|
||||
return topSuite;
|
||||
};
|
||||
|
||||
this.execute = function() {
|
||||
var runnablesToRun = [topSuite.id];
|
||||
this.execute = function(runnablesToRun) {
|
||||
runnablesToRun = runnablesToRun || [topSuite.id];
|
||||
|
||||
var allFns = [];
|
||||
for(var i = 0; i < runnablesToRun.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user