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 24c85da commit b8bc3beCopy full SHA for b8bc3be
README.md
@@ -506,6 +506,7 @@ execution of the test function. This function does not return a value.
506
- `skip` {boolean|string} If truthy, the test is skipped. If a string is
507
provided, that string is displayed in the test results as the reason for
508
skipping the test. **Default:** `false`.
509
+ - `signal` {AbortSignal} Allows aborting an in-progress test
510
- `todo` {boolean|string} If truthy, the test marked as `TODO`. If a string
511
is provided, that string is displayed in the test results as the reason why
512
the test is `TODO`. **Default:** `false`.
0 commit comments