Back to Sinon

stub.yieldTo

docs/concepts/stubs/api/yield-to.md

22.1.0286 B
Original Source

stub.yieldTo()

Invokes callbacks passed as a property name on an object to the stub.

Like yield, yieldTo grabs the first matching argument, finds the callback and calls it with the (optional) arguments.

<<< ../../../.vitepress/tests/docs/stubs/api/yield-to.test.js