Merge branch 'master' of https://github.com/Havunen/jasmine into Havunen-master

- Merges #1599 from @Havunen
This commit is contained in:
Gregg Van Hove
2018-09-25 17:13:32 -07:00
3 changed files with 26 additions and 16 deletions

View File

@@ -167,7 +167,7 @@ jasmineRequire.HtmlReporter = function(j$) {
this.resultStatus = function(status) {
if(status === 'excluded') {
return config().hideDisabled ? 'jasmine-excluded-no-display' : 'jasmine-excluded';
return config().hideDisabled ? 'jasmine-excluded-no-display' : 'jasmine-excluded';
}
return 'jasmine-' + status;
};