Open elf-pavlik opened 2 years ago
Instead use expectToBeCalledWith.
expectToBeCalledWith
When expect in mocked implementation fails it throws an error similar if the real implementation has thrown error.
Instead use
expectToBeCalledWith
.When expect in mocked implementation fails it throws an error similar if the real implementation has thrown error.