Back to Sinon

stub.callsArg

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

22.1.0625 B
Original Source

stub.callsArg(index)

Causes the stub to call the argument at the provided index as a callback function.

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

Errors

When the argument at the provided index is not available or is not a function, an Error will be thrown.

See also