Skip to content

Commit e6fcf0e

Browse files
fixup!: add meta to doc
1 parent fc23519 commit e6fcf0e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/api/test.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,11 @@ test('todo() method with message', (t) => {
226226

227227
## Expecting tests to fail
228228

229+
<!-- YAML
230+
added:
231+
- REPLACEME
232+
-->
233+
229234
These are tests written to otherwise pass but there is some issue (often
230235
upstream) causing them to fail. Rather than using `skip` or `todo`, which would
231236
effectively silence the failure, the test would instead be marked `xfail` (`x`

0 commit comments

Comments
 (0)