-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add Qatar phone number validation #2556
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
base: master
Are you sure you want to change the base?
Conversation
create ar-QA field in phones object with correct regex added isMobilePhone.test.js file with test cases for qatar mobile phones
…ation add qatar phone numbers validation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2556 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 114 114
Lines 2535 2535
Branches 641 641
=========================================
Hits 2535 2535 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Regex conforms with https://www.itu.int/dms_pub/itu-t/oth/02/02/T02020000AB0002PDFE.pdf
- [] Remover en-QA . - [] Changed ar-QA Regex. - [] Added all tests inside validatior.test.js file.
Checklist