Skip to content

Commit

Permalink
Added missing coma
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit-tech-joshi committed Mar 29, 2024
1 parent 309c958 commit eadfad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/validators.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12958,7 +12958,7 @@ describe('Validators', () => {
'2020-04-31', // invalid date
'2020/03-15', // mixed delimiter
'-2020-04-19',
'-2023/05/24'
'-2023/05/24',
],
});
test({
Expand Down

0 comments on commit eadfad4

Please sign in to comment.