Back to Sinon

stub.callsArgWith

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

22.1.0656 B
Original Source

stub.callsArgWith(index)

Causes the stub to call the argument at the provided index as a callback function, with the argument(s) provided.

<<< ../../../.vitepress/tests/docs/stubs/api/calls-arg-with.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