Skip to content

Commit e11fff3

Browse files
committed
Add empty object test
1 parent acfe128 commit e11fff3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

suites/empty-objects.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[
2+
{
3+
"description": "Empty object passes through",
4+
"rule": {},
5+
"result": {},
6+
"data": null
7+
},
8+
{
9+
"description": "Empty object passes through, even embedded",
10+
"rule": [{}, {}],
11+
"result": [{}, {}],
12+
"data": null
13+
}
14+
]

0 commit comments

Comments
 (0)