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
Interestingly, the test expect(err({ important: 42, useless: 7 })).toMatchObject(err({ important: 42, useless: 7 }));
works!
We also got green results when using [email protected] instead of jest.
Using the following test
was possible (and often times used for our code), but now breaks with
8.1.0
withAny ideas why?
The text was updated successfully, but these errors were encountered: