Make no expectations in HTML Reporter message a warning

- Fixes #1704
This commit is contained in:
Gregg Van Hove
2019-06-12 13:31:25 -07:00
parent 0f4e53d0e6
commit 984018bfdf
3 changed files with 5 additions and 5 deletions

View File

@@ -119,7 +119,7 @@ jasmineRequire.HtmlReporter = function(j$) {
typeof console !== 'undefined' &&
typeof console.error !== 'undefined'
) {
console.error("Spec '" + result.fullName + "' has no expectations.");
console.warn("Spec '" + result.fullName + "' has no expectations.");
}
if (!symbols) {