Back to Sinon

stub.callArg

docs/concepts/stubs/api/call-arg.md

22.1.0309 B
Original Source

stub.callArg(index)

Invokes a callback passed to the stub at a given index.

Useful when a function is called with more than one callback, and calling the first callback is undesirable.

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

See also