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

Function addExpectationResult

ui/plugins/ui/jasmine/jasmine.js:1343–1345  ·  view source on GitHub ↗
(passed, result)

Source from the content-addressed store, hash-verified

1341 })
1342
1343 function addExpectationResult(passed, result) {
1344 return spec.addExpectationResult(passed, result)
1345 }
1346 }
1347
1348 // TODO: Unify recordLateError with recordLateExpectation? The extra

Callers

nothing calls this directly

Calls 2

recordLateExpectationFunction · 0.85
currentRunableMethod · 0.80

Tested by

no test coverage detected