Skip to content

Commit 6e39cd6

Browse files
removed old valid and invalid phone numbers
1 parent 9f47e19 commit 6e39cd6

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

test/validators.test.js

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10673,34 +10673,6 @@ describe('Validators', () => {
1067310673
'+50281234567',
1067410674
],
1067510675
},
10676-
{
10677-
locale: 'mk-MK',
10678-
valid: [
10679-
'+38923234567',
10680-
'38931234567',
10681-
'022123456',
10682-
'22234567',
10683-
'71234567',
10684-
'31234567',
10685-
'+38923091500',
10686-
'80091234',
10687-
'81123456',
10688-
'54123456',
10689-
],
10690-
invalid: [
10691-
'38912345678',
10692-
'+389123456789',
10693-
'21234567',
10694-
'123456789',
10695-
'+3891234567',
10696-
'700012345',
10697-
'510123456',
10698-
'This should fail',
10699-
'+389123456',
10700-
'389123456',
10701-
'80912345',
10702-
],
10703-
},
1070410676
{
1070510677
locale: 'ar-QA',
1070610678
valid: ['+97435551234', '+97455551234', '+97465551234', '+97475551234', '35551234', '55551234', '65551234', '75551234'],

0 commit comments

Comments
 (0)