Skip to content

Commit d876e85

Browse files
author
Mike McCabe
committed
Add 'tests complete' line to avoid trailing-comma trouble
1 parent 0277fab commit d876e85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,5 +229,7 @@
229229

230230
{ "doc": {"baz": [{"qux": "hello"}], "bar": 1},
231231
"patch": [{"copy":"/baz/0", "to": "/boo"}],
232-
"expected": {"baz":[{"qux":"hello"}],"bar":1,"boo":{"qux":"hello"}} }
232+
"expected": {"baz":[{"qux":"hello"}],"bar":1,"boo":{"qux":"hello"}} },
233+
234+
{ "comment": "tests complete" }
233235
]

0 commit comments

Comments
 (0)