Skip to content

Commit 8c95f07

Browse files
committed
fix(doc): fix typos in test.md
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)
1 parent b8bc3be commit 8c95f07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ internally.
339339
- `only` {boolean} If truthy, and the test context is configured to run
340340
`only` tests, then this test will be run. Otherwise, the test is skipped.
341341
**Default:** `false`.
342-
* `signal` {AbortSignal} Allows aborting an in-progress test
342+
* `signal` {AbortSignal} Allows aborting an in-progress test.
343343
- `skip` {boolean|string} If truthy, the test is skipped. If a string is
344344
provided, that string is displayed in the test results as the reason for
345345
skipping the test. **Default:** `false`.
@@ -506,7 +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
509+
- `signal` {AbortSignal} Allows aborting an in-progress test.
510510
- `todo` {boolean|string} If truthy, the test marked as `TODO`. If a string
511511
is provided, that string is displayed in the test results as the reason why
512512
the test is `TODO`. **Default:** `false`.

0 commit comments

Comments
 (0)