Back to Sinon

stub.onFirstCall

docs/concepts/stubs/api/on-first-call.md

22.1.0233 B
Original Source

stub.onFirstCall()

onFirstCall is an alias for onCall(0).

<<< ../../../.vitepress/tests/docs/stubs/api/on-first-call.test.js

See also