We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86fbfa7 + 774f182 commit cc346a5Copy full SHA for cc346a5
README.md
@@ -15,8 +15,14 @@ fields that defines a test.
15
- patch: The patch(es) to apply.
16
- expected: The expected resulting document, OR
17
- error: A string describing an expected error
18
-- comment: A string describing the test.
+- comment: A string describing the test
19
+- disabled: True if the test should be skipped.
20
-'expected', 'error' and 'comment' are optional.
21
+All fields except 'doc' and 'patch' are optional. Test records consisting only of a comment are also OK.
22
23
This test set is not complete - additions are welcome!
24
+
25
+Credits
26
+-------
27
28
+The seed test set was adapted from https://github.com/bruth/jsonpatch-js/blob/master/test.js .
0 commit comments