Deprecate suite/spec ordering hook .
- Remove parameter from env.execute() - Remove deprecated test - Set runnablesToRun to always start with the topSuite [#66789174]
This commit is contained in:
@@ -188,8 +188,8 @@ getJasmineRequireObj().Env = function(j$) {
|
||||
return topSuite;
|
||||
};
|
||||
|
||||
this.execute = function(runnablesToRun) {
|
||||
runnablesToRun = runnablesToRun || [topSuite.id];
|
||||
this.execute = function() {
|
||||
var runnablesToRun = [topSuite.id];
|
||||
|
||||
var allFns = [];
|
||||
for(var i = 0; i < runnablesToRun.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user