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
The inverse of `t.has()`. Verifies that the found object does not contain
281
+
all of the provided fields, or if it does, that they do not coerce to the
282
+
same values.
261
283
262
284
## t.match(found, pattern, message, extra)
263
285
@@ -280,8 +302,7 @@ set of required fields, but additional fields are ok.
280
302
See [tcompare](http://npm.im/tcompare) for the full details on how this
0 commit comments