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 fc23519 commit e6fcf0eCopy full SHA for e6fcf0e
doc/api/test.md
@@ -226,6 +226,11 @@ test('todo() method with message', (t) => {
226
227
## Expecting tests to fail
228
229
+<!-- YAML
230
+added:
231
+ - REPLACEME
232
+-->
233
+
234
These are tests written to otherwise pass but there is some issue (often
235
upstream) causing them to fail. Rather than using `skip` or `todo`, which would
236
effectively silence the failure, the test would instead be marked `xfail` (`x`
0 commit comments