email test fail
runfan opened this issue · 2 comments
runfan commented
.mail@google.com shoud not pass isEmail
this is a bug
can you upgrade validator?
nettofarah commented
Hey, runfan.
Are you sure .mail@google.com
is a valid email?
If so, can you test it against https://github.com/chriso/validator.js to make sure it works?
property-validator works on top of validator.js
, so any failed validation would originate from the validation library.
Thanks
runfan commented
I found .mail@google.com
pass on https://github.com/chriso/validator.js