Skip to content

Commit

Permalink
Add tests to hu mobile number validation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielTiringer committed Oct 24, 2021
1 parent 4b30187 commit 8f3a3cc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/validators.js
Original file line number Diff line number Diff line change
Expand Up @@ -6011,6 +6011,19 @@ describe('Validators', () => {
'064349089895623459',
],
},
{
locale: 'hu-HU',
valid: [
'06301234567',
'+36201234567',
'06701234567',
],
invalid: [
'1234',
'06211234567',
'+3620123456',
],
},
{
locale: 'mz-MZ',
valid: [
Expand Down

0 comments on commit 8f3a3cc

Please sign in to comment.