Built distribution

This commit is contained in:
Steve Gravrock
2025-04-07 22:07:52 -07:00
parent 7a8d6e44e3
commit 5b1c932f89
2 changed files with 12 additions and 0 deletions

View File

@@ -155,8 +155,10 @@ jasmineRequire.HtmlReporter = function(j$) {
if (noExpectations(result)) {
const noSpecMsg = "Spec '" + result.fullName + "' has no expectations.";
if (result.status === 'failed') {
// eslint-disable-next-line no-console
console.error(noSpecMsg);
} else {
// eslint-disable-next-line no-console
console.warn(noSpecMsg);
}
}