-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(isMobilePhone): added Qatar and dev numbers #2239
base: master
Are you sure you want to change the base?
Conversation
SG number series
Sg and update from source
new countries
version updated
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #2239 +/- ##
=======================================
Coverage 99.95% 99.95%
=======================================
Files 107 107
Lines 2414 2414
Branches 607 607
=======================================
Hits 2413 2413
Partials 1 1
☔ View full report in Codecov by Sentry. |
Thanks for opening this PR. Please take a look at previously merged PRs like #2209 to get an idea on what we expect in order to review this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution. Pls address the comments.
@@ -0,0 +1,15 @@ | |||
"use strict"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: remove the stray file.
@@ -0,0 +1,11 @@ | |||
import assert from 'assert'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: add the appropriate tests for the new regex, can see previous PRs as @WikiRik had suggested.
Checklist