Skip to content

Commit 27ace8c

Browse files
committed
test: add '0' in should validate with any value
1 parent 0b228fd commit 27ace8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/validators.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7250,6 +7250,7 @@ describe('Validators', () => {
72507250
'true',
72517251
'"RFC8259"',
72527252
'42',
7253+
'0',
72537254
],
72547255
invalid: [
72557256
'{ key: "value" }',

0 commit comments

Comments
 (0)