docs/concepts/stubs/api/calls-arg-async.md
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
When the argument at the provided index is undefined, or not a function,
an Error will be thrown.