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.
property
test.default.MockFunctionContext.calls
readonly calls: MockFunctionCall<F, F extends (...args: any) => T ? T : F extends new (...args: any) => T ? T : unknown, F extends (...args: Y) => any ? Y : F extends new (...args: Y) => any ? Y : unknown[]>[]