Skip to content

Commit a0bcef4

Browse files
author
mikemccabe
committed
Update master
1 parent bf01a2d commit a0bcef4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ fields that defines a test.
1515
- patch: The patch(es) to apply.
1616
- expected: The expected resulting document, OR
1717
- error: A string describing an expected error
18-
- comment: A string describing the test.
18+
- comment: A string describing the test
19+
- disabled: True if the test should be skipped.
1920

20-
'expected', 'error' and 'comment' are optional.
21+
All fields except 'doc' and 'patch' are optional.
2122

2223
This test set is not complete - additions are welcome!

0 commit comments

Comments
 (0)