nettofarah/property-validator

email test fail

runfan opened this issue · 2 comments

.mail@google.com shoud not pass isEmail
this is a bug
can you upgrade validator?

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

I found .mail@google.com pass on https://github.com/chriso/validator.js