Fixed SPEC HAS NO EXPECTATIONS warning in HTML reporter
[Finishes #153891435]
This commit is contained in:
@@ -25,10 +25,11 @@ jasmineRequire.HtmlReporter = function(j$) {
|
||||
};
|
||||
|
||||
ResultsStateBuilder.prototype.specStarted = function(result) {
|
||||
this.currentParent.addChild(result, 'spec');
|
||||
};
|
||||
|
||||
ResultsStateBuilder.prototype.specDone = function(result) {
|
||||
this.currentParent.addChild(result, 'spec');
|
||||
|
||||
if (result.status !== 'disabled') {
|
||||
this.specsExecuted++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user