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
What you did:
I used toHaveBeenCalledAfter and didn't provide failIfNoSecondInvocation as above. What happened (please provide anything you think will help):
Bug
package
version: 4.0.1node
version: 18.17.0npm
(oryarn
) version: yarn 1.22.19Relevant code or config
What you did:
I used
toHaveBeenCalledAfter
and didn't providefailIfNoSecondInvocation
as above.What happened (please provide anything you think will help):
The doc says it's default to true, but I got typescript error complaining the missing param. The code here shows that the second param
failIfNoSecondInvocation
is required. https://github.com/jest-community/jest-extended/blob/main/types/index.d.ts#L149The text was updated successfully, but these errors were encountered: