Skip to content

Commit 81d78d5

Browse files
committed
Add tests
1 parent af7e403 commit 81d78d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/validators.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12803,6 +12803,7 @@ describe('Validators', () => {
1280312803
'15/7/2002',
1280412804
'15-7-2002',
1280512805
'15/07-02',
12806+
'30/04/--',
1280612807
],
1280712808
});
1280812809
test({
@@ -12817,6 +12818,7 @@ describe('Validators', () => {
1281712818
'15/7/02',
1281812819
'15-7-02',
1281912820
'5/7-02',
12821+
'3/4/aa',
1282012822
],
1282112823
});
1282212824
test({

0 commit comments

Comments
 (0)