Skip to main content

property MockFunctionContext.prototype.calls

A getter that returns a copy of the internal array used to track calls to the mock. Each entry in the array is an object with the following properties.

Type #

Array<MockFunctionCall<F>>

Did you find what you needed?

Privacy policy