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
That's delightful, but if anyone was relying on the implicit undefined there, it'd be a breaking change. I'd be happy to make that change whenever we're doing a major otherwise, but I don't think it's worth it to do one just for that.
I was amused to see this passing after I left a comma out:
[3]
becomes a property lookup for[1,2]
, returningundefined
t.deepEqual(undefined)
is true.Proposing:
t.deepEqual
(et al) should fail if only one arg is passed.The text was updated successfully, but these errors were encountered: