Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CiprianS committed Jun 6, 2023
1 parent af7e403 commit 81d78d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/validators.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12803,6 +12803,7 @@ describe('Validators', () => {
'15/7/2002',
'15-7-2002',
'15/07-02',
'30/04/--',
],
});
test({
Expand All @@ -12817,6 +12818,7 @@ describe('Validators', () => {
'15/7/02',
'15-7-02',
'5/7-02',
'3/4/aa',
],
});
test({
Expand Down

0 comments on commit 81d78d5

Please sign in to comment.