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
Fix return types of match()-, objectContaining()- and strictEqual()-matchers
Those matchers have the return type "Matcher" at the moment, but in order to use them in a verfify()-call,
they need "any" or something else that matches the method parameter
0 commit comments