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
For example, string({len: {min: 4, max: 4}}) currently results in must be between 4 and 4 characters which is a little bit awkward. Should say must be exactly 4 characters
For example,
string({len: {min: 4, max: 4}})currently results inmust be between 4 and 4 characterswhich is a little bit awkward. Should saymust be exactly 4 characters