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
#1704 introduces an expectation object for t.throws(). It'd be neat if we could add an expectation for the code property in Node.js.
We could consider supporting errno as well. I suspect code may be the more future proof property though, in which case I wonder if errno support is really needed.
The text was updated successfully, but these errors were encountered:
#1704 introduces an expectation object for
t.throws()
. It'd be neat if we could add an expectation for thecode
property in Node.js.We could consider supportingerrno
as well. I suspectcode
may be the more future proof property though, in which case I wonder iferrno
support is really needed.The text was updated successfully, but these errors were encountered: