An array of the arguments passed to the mock function.
If the mocked function threw then this property contains the thrown value.
The value returned by the mocked function.
An Error object whose stack can be used to determine the callsite of the mocked function invocation.
Error
If the mocked function is a constructor, this field contains the class being constructed. Otherwise this will be undefined.
undefined
The mocked function's this value.
this