Skip to content

Commit 574631b

Browse files
committed
Added Test Cases
1 parent ba31c4b commit 574631b

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

test/validators.test.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10558,6 +10558,23 @@ describe('Validators', () => {
1055810558
'80912345',
1055910559
],
1056010560
},
10561+
{
10562+
locale: 'fr-GN',
10563+
valid: [
10564+
'+224602123456',
10565+
'0625123456',
10566+
'+224635987654',
10567+
'0722123456',
10568+
'0644567890'
10569+
],
10570+
invalid: [
10571+
'+22468123456',
10572+
'0899123456',
10573+
'+22462212345',
10574+
'224722123',
10575+
'This should fail'
10576+
]
10577+
}
1056110578
];
1056210579

1056310580
let allValid = [];

0 commit comments

Comments
 (0)