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
Nice! Thanks for digging these options, and no worries for not adding them at the time, it's the kind of small things that easily slips through (especially as it doesn't have a big impact on our tests for now) 😊
What
Check that our tests that use mocks from Jest tidy these mocks appropriately, especially when spying on global functions with
jest.spyOn
.Why
This would reduce the risk of a mock leaking from one test to another.
Who needs to work on this
Developers
Who needs to review this
Developers
Done when
The text was updated successfully, but these errors were encountered: