We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbddc7b commit a107753Copy full SHA for a107753
test/validators.js
@@ -6217,8 +6217,6 @@ describe('Validators', () => {
6217
'01631234567',
6218
'01701234567',
6219
'017612345678',
6220
- '015345678910',
6221
- '015412345678',
6222
],
6223
invalid: [
6224
'+4930405044550',
@@ -6230,6 +6228,8 @@ describe('Validators', () => {
6230
6228
'17012345678',
6231
6229
'+4912345678910',
6232
'+49015123456789',
+ '015345678910',
+ '015412345678',
6233
6234
},
6235
{
0 commit comments