Skip to content

Commit 7786bb3

Browse files
committed
feat(jamaica-addition): cleaned the branch
1 parent 2a26c9f commit 7786bb3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/lib/isMobilePhone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const phones = {
7070
'es-CR': /^(\+506)?[2-8]\d{7}$/,
7171
'es-CU': /^(\+53|0053)?5\d{7}/,
7272
'es-DO': /^(\+?1)?8[024]9\d{7}$/,
73-
'es-HN': /^(\+?504)?[9|8|3|2]\d{7}$/,
73+
'es-HN': /^(\+?504)?[9|8]\d{7}$/,
7474
'es-EC': /^(\+?593|0)([2-7]|9[2-9])\d{7}$/,
7575
'es-ES': /^(\+?34)?[6|7]\d{8}$/,
7676
'es-PE': /^(\+?51)?9\d{8}$/,

test/validators.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7639,10 +7639,6 @@ describe('Validators', () => {
76397639
'+50489234567',
76407640
'+50488987896',
76417641
'+50497567389',
7642-
'+50427367389',
7643-
'+50422357389',
7644-
'+50431257389',
7645-
'+50430157389',
76467642
],
76477643
invalid: [
76487644
'12345',

0 commit comments

Comments
 (0)