-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include custom mock names in error messages (#6199)
* add tests for including custom mock names in error messages * add current behaviour in snapshots * include custom mock name in toBeCalled matcher * include custom mock name in toReturn matcher * include custom mock name in toBeCalledTimes matcher * include custom mock name in toReturnTimes matcher * include custom mock name in toBeCalledWith matcher * include custom mock name in toReturnWith matcher * include custom mock name in lastCalledWith matcher * include custom mock name in lastReturnedWith matcher * include custom mock name in nthCalledWith matcher * include custom mock name in nthReturnedWith matcher * address linting issues * update changelog
- Loading branch information
Showing
4 changed files
with
273 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.