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

Function prefix

ui/plugins/ui/jasmine/jasmine.js:4019–4026  ·  view source on GitHub ↗
(passed)

Source from the content-addressed store, hash-verified

4017 }
4018
4019 function prefix(passed) {
4020 return (
4021 "Expected a promise " +
4022 (passed ? "not " : "") +
4023 "to be rejected with " +
4024 matchersUtil.pp(expectedValue)
4025 )
4026 }
4027
4028 return actualPromise.then(
4029 function() {

Callers 1

jasmine.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected