Skip to content

Commit d0a3a14

Browse files
add missing commas for test/validators.js
1 parent 35bf613 commit d0a3a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/validators.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7793,12 +7793,12 @@ describe('Validators', () => {
77937793
},
77947794
{
77957795
locale: 'tk-TM',
7796-
valid: [
7796+
valid: [
77977797
'+99312495154',
77987798
'99312130136',
77997799
'+99312918407',
78007800
'99312183399',
7801-
'812391717'
7801+
'812391717',
78027802
],
78037803
invalid: [
78047804
'12345',

0 commit comments

Comments
 (0)