Skip to content

Commit 24fff54

Browse files
committed
Add comment to push item to array test
1 parent 6ec6814 commit 24fff54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@
107107
"patch": [{"op": "add", "path": "/0", "value": "bar"}],
108108
"expected": ["bar", "foo", "sil"] },
109109

110-
{ "doc": ["foo", "sil"],
110+
{ "comment": "push item to array via last index + 1"
111+
"doc": ["foo", "sil"],
111112
"patch": [{"op":"add", "path": "/2", "value": "bar"}],
112113
"expected": ["foo", "sil", "bar"] },
113114

0 commit comments

Comments
 (0)