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
I'm trying to move from Jest to Ava, and miss the toMatchObject assertion. Is there a concise way of expressing that with power-assert? (That is, other than asserting object.<each key in the expected object>).
The text was updated successfully, but these errors were encountered:
I'm trying to move from Jest to Ava, and miss the
toMatchObject
assertion. Is there a concise way of expressing that withpower-assert
? (That is, other than assertingobject.<each key in the expected object>
).The text was updated successfully, but these errors were encountered: