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
might be able to replace mockClear with one that also re-institutes the async mock. can see if this would affect mocking resets in between tests as well.
also worth checking out if there's some way to dig into the jest lifecycle
The text was updated successfully, but these errors were encountered:
atomanyih
changed the title
hook into jest mock clear/reset/etc to properly reset async mock
allow mockClear to work properly
Jan 12, 2022
might be able to replace
mockClear
with one that also re-institutes the async mock. can see if this would affect mocking resets in between tests as well.also worth checking out if there's some way to dig into the jest lifecycle
The text was updated successfully, but these errors were encountered: