Merge in new HTML runner. Tests green, regression on focused running.
This commit is contained in:
@@ -62,7 +62,7 @@ jasmine.NestedResults.prototype.addResult = function(result) {
|
||||
this.rollupCounts(result);
|
||||
} else {
|
||||
this.totalCount++;
|
||||
if (result.passed) {
|
||||
if (result.passed()) {
|
||||
this.passedCount++;
|
||||
} else {
|
||||
this.failedCount++;
|
||||
|
||||
Reference in New Issue
Block a user