Skip to content

Commit

Permalink
fix(doc): fix typos in test.md
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#43997
Reviewed-By: Harshitha K P <harshitha014@gmail.com>
Reviewed-By: Feng Yu <F3n67u@outlook.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
(cherry picked from commit f0639eb8bad739b27b7cdefef4fac8e48c889f16)
  • Loading branch information
aduh95 committed Jul 26, 2022
1 parent b8bc3be commit 8c95f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -339,7 +339,7 @@ internally.
- `only` {boolean} If truthy, and the test context is configured to run
`only` tests, then this test will be run. Otherwise, the test is skipped.
**Default:** `false`.
* `signal` {AbortSignal} Allows aborting an in-progress test
* `signal` {AbortSignal} Allows aborting an in-progress test.
- `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`.
Expand Down Expand Up @@ -506,7 +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
- `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 8c95f07

Please sign in to comment.