Back to Sinon

stub.callsArgOn

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

22.1.0874 B
Original Source

stub.callsArgOn(index, object)

Causes the stub to call the argument at the provided index as a callback function, with an additional object parameter to pass the this context.

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