Skip to content

Commit eaecd3f

Browse files
Update validators.test.js
1 parent 1da96c4 commit eaecd3f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/validators.test.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6571,11 +6571,11 @@ describe('Validators', () => {
65716571
'85519876543',
65726572
],
65736573
invalid: [
6574-
'+85502345678', // starts with 0 after country code
6575-
'+8551234567', // too short
6576-
'+8551234567890', // too long
6577-
'12345678', // missing country code
6578-
'+855abcdefgh', // letters
6574+
'+85502345678',
6575+
'+8551234567',
6576+
'+8551234567890',
6577+
'12345678',
6578+
'+855abcdefgh',
65796579
'',
65806580
'+855',
65816581
],

0 commit comments

Comments
 (0)