property
test.default.MockFunctionCall.result
result: undefined | ReturnType
The value returned by the mocked function.
If the mocked function threw, it will be undefined.
property
The value returned by the mocked function.
If the mocked function threw, it will be undefined.