Merge in new HTML runner. Tests green, regression on focused running.
This commit is contained in:
@@ -50,6 +50,9 @@ jasmine.Suite.prototype.getResults = function() {
|
||||
};
|
||||
|
||||
jasmine.Suite.prototype.add = function(block) {
|
||||
if (block instanceof jasmine.Suite) {
|
||||
this.env.currentRunner.addSuite(block);
|
||||
}
|
||||
this.queue.add(block);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user