Merge branch 'enelson/src-cleanup-2' of https://github.com/elliot-nelson/jasmine into elliot-nelson-enelson/src-cleanup-2

- Merges #1708 from @elliot-nelson
This commit is contained in:
Gregg Van Hove
2019-05-21 17:44:48 -07:00
19 changed files with 46 additions and 90 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ jasmineRequire.HtmlReporter = function(j$) {
console.error('Spec \'' + result.fullName + '\' has no expectations.');
}
if (!symbols){
if (!symbols) {
symbols = find('.jasmine-symbol-summary');
}