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
AVA's magic-assert output causes a crash when this kind of assertion fails:
t.true(some.spy.calledOnce);
or similar, when functions/instances are involved. This is happening, because @ava/pretty-print tries to print some.spy and some nicely. When parsing statements in lib/enhance-assert, we should ignore anything but plain objects and arrays.