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
This seems to suggest that one can pass a RegExp to match against.
It's possible that this was copy/pasted mistakenly from the previous section on .to.match(/.../)
http://www.chaijs.com/api/bdd/#method_string says
This seems to suggest that one can pass a
RegExp
to match against.It's possible that this was copy/pasted mistakenly from the previous section on
.to.match(/.../)
.have.string
does not doRegExp
matching.vs
The text was updated successfully, but these errors were encountered: