Skip to content

Commit b8bc3be

Browse files
MoLowaduh95
authored andcommitted
fix(doc): add missing test runner option
PR-URL: nodejs/node#43989 Refs: nodejs/node#43554 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]> (cherry picked from commit 7a18ee8315ecc8ad1a1316ff1c951694f8e8f7a4)
1 parent 24c85da commit b8bc3be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ execution of the test function. This function does not return a value.
506506
- `skip` {boolean|string} If truthy, the test is skipped. If a string is
507507
provided, that string is displayed in the test results as the reason for
508508
skipping the test. **Default:** `false`.
509+
- `signal` {AbortSignal} Allows aborting an in-progress test
509510
- `todo` {boolean|string} If truthy, the test marked as `TODO`. If a string
510511
is provided, that string is displayed in the test results as the reason why
511512
the test is `TODO`. **Default:** `false`.

0 commit comments

Comments
 (0)