Skip to content

Commit 9605498

Browse files
committed
Add Direct Check
1 parent c0dce9d commit 9605498

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

suites/truthiness.json

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
"result": false,
3838
"data": null
3939
},
40+
{
41+
"description": "Truthy: {}, Direct",
42+
"rule": { "!!": {} },
43+
"result": false,
44+
"data": null
45+
},
4046
{
4147
"description": "Truthy: {}",
4248
"rule": { "!!": [{}] },

0 commit comments

Comments
 (0)