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
We have a slew of cases where we use toMatchObject but we should use toStrictEqual => toEqual => toMatchObject in that order of preference, only getting looser as actually needed by the test.