MCPcopy Create free account
hub / github.com/easydiffusion/easydiffusion / noExpectations

Function noExpectations

ui/plugins/ui/jasmine/jasmine-html.js:714–718  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

712 }
713
714 function noExpectations(result) {
715 const allExpectations = result.failedExpectations.length + result.passedExpectations.length
716
717 return allExpectations === 0 && (result.status === "passed" || result.status === "failed")
718 }
719
720 function hasActiveSpec(resultNode) {
721 if (resultNode.type == "spec" && resultNode.result.status != "excluded") {

Callers 2

HtmlReporterFunction · 0.85
summaryListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected