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.
1 parent bf01a2d commit a0bcef4Copy full SHA for a0bcef4
README.md
@@ -15,8 +15,9 @@ 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.
22
23
This test set is not complete - additions are welcome!
0 commit comments