Skip to content

Commit a30aaec

Browse files
committed
add missing trailing comma
1 parent 574631b commit a30aaec

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/validators.test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10565,16 +10565,16 @@ describe('Validators', () => {
1056510565
'0625123456',
1056610566
'+224635987654',
1056710567
'0722123456',
10568-
'0644567890'
10568+
'0644567890',
1056910569
],
1057010570
invalid: [
1057110571
'+22468123456',
1057210572
'0899123456',
1057310573
'+22462212345',
1057410574
'224722123',
10575-
'This should fail'
10576-
]
10577-
}
10575+
'This should fail',
10576+
],
10577+
},
1057810578
];
1057910579

1058010580
let allValid = [];

0 commit comments

Comments
 (0)