You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Similar to #350 it would be good to force the proper syntax .not.toHaveBeenCalled(); instead of toHaveBeenCalledTimes(0).
Describe the solution you'd like
A warning as described in the other linked issue.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
rklec
changed the title
.not.toHaveBeenCalledTimes instead of toHaveBeenCalledTimes(0)
.not.toHaveBeenCalled instead of toHaveBeenCalledTimes(0)
Jul 26, 2022
Is your feature request related to a problem? Please describe.
Similar to #350 it would be good to force the proper syntax
.not.toHaveBeenCalled();
instead oftoHaveBeenCalledTimes(0)
.Describe the solution you'd like
A warning as described in the other linked issue.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: