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, it can produce (963) 718-4753 which will never exist.
I understand maintaining an area code map is work, so perhaps just warning that this can conflict with validation libraries that do keep up-to-date (or try, as even "368" in iex(27) just got added May 2021)
The text was updated successfully, but these errors were encountered:
This is most likely known/expected, but un(der?)documented.
After investigating why my test suite started sporadically failing, I discovered that
Faker.Phone.EnUs.phone()
often produces invalid numbers.to demonstrate:
For example, it can produce
(963) 718-4753
which will never exist.I understand maintaining an area code map is work, so perhaps just warning that this can conflict with validation libraries that do keep up-to-date (or try, as even "368" in
iex(27)
just got added May 2021)The text was updated successfully, but these errors were encountered: