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
constmodel=obey.model({zip: {type: 'zip'}})awaitmodel.validate({zip: 02680})👎// ValidationError: zip (2680): Value must be a valid US zip codeawaitmodel.validate({zip: '02680'})👍
Both should be valid.
The text was updated successfully, but these errors were encountered:
Both should be valid.
The text was updated successfully, but these errors were encountered: