Back to Sinon

stub.resolves

docs/concepts/stubs/api/resolves.md

22.1.0257 B
Original Source

stub.resolves(value)

Causes the stub to return a Promise, which resolves to the provided value.

<<< ../../../.vitepress/tests/docs/stubs/api/resolves.test.js