Back to Sinon

stub.callsArgAsync

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

22.1.01.1 KB
Original Source

stub.callsArgAsync(index)

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

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

Errors

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

See also

More information