Skip to content

Commit 41cc32e

Browse files
committed
Extend tests
1 parent 4e20c10 commit 41cc32e

1 file changed

Lines changed: 7 additions & 19 deletions

File tree

test/validators.test.js

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7784,13 +7784,20 @@ describe('Validators', () => {
77847784
'13520459',
77857785
'85479520',
77867786
],
7787+
},
7788+
{
7789+
77877790
},
77887791
{
77897792
locale: 'bg-BG',
77907793
valid: [
77917794
'+359897123456',
77927795
'+359898888888',
77937796
'0897123123',
7797+
'+359988123456',
7798+
'0988123456',
7799+
'0989123123',
7800+
'+359981234567',
77947801
],
77957802
invalid: [
77967803
'',
@@ -7800,25 +7807,6 @@ describe('Validators', () => {
78007807
'12125559999',
78017808
],
78027809
},
7803-
{
7804-
locale: 'bn-BD',
7805-
valid: [
7806-
'+8801794626846',
7807-
'01399098893',
7808-
'8801671163269',
7809-
'01717112029',
7810-
'8801898765432',
7811-
'+8801312345678',
7812-
'01494676946',
7813-
],
7814-
invalid: [
7815-
'',
7816-
'0174626346',
7817-
'017943563469',
7818-
'18001234567',
7819-
'0131234567',
7820-
],
7821-
},
78227810
{
78237811
locale: 'bs-BA',
78247812
valid: [

0 commit comments

Comments
 (0)