Skip to content

Commit

Permalink
fix(doc): add missing test runner option
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#43989
Refs: nodejs/node#43554
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
(cherry picked from commit 7a18ee8315ecc8ad1a1316ff1c951694f8e8f7a4)
  • Loading branch information
MoLow authored and aduh95 committed Jul 26, 2022
1 parent b9c12ab commit 63fcecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -506,6 +506,7 @@ execution of the test function. This function does not return a value.
- `skip` {boolean|string} If truthy, the test is skipped. If a string is
provided, that string is displayed in the test results as the reason for
skipping the test. **Default:** `false`.
- `signal` {AbortSignal} Allows aborting an in-progress test
- `todo` {boolean|string} If truthy, the test marked as `TODO`. If a string
is provided, that string is displayed in the test results as the reason why
the test is `TODO`. **Default:** `false`.
Expand Down

0 comments on commit 63fcecf

Please sign in to comment.