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>> 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.
Array<MockFunctionCall<F>>