@@ -345,7 +345,7 @@ changes:
345
345
* ` only ` {boolean} If truthy, and the test context is configured to run
346
346
` only ` tests, then this test will be run. Otherwise, the test is skipped.
347
347
** Default:** ` false ` .
348
- * ` signal ` {AbortSignal} Allows aborting an in-progress test
348
+ * ` signal ` {AbortSignal} Allows aborting an in-progress test.
349
349
* ` skip ` {boolean|string} If truthy, the test is skipped. If a string is
350
350
provided, that string is displayed in the test results as the reason for
351
351
skipping the test. ** Default:** ` false ` .
@@ -504,7 +504,8 @@ test('top level test', (t) => {
504
504
added: REPLACEME
505
505
-->
506
506
507
- * <AbortSignal > Can be used to abort test subtasks when the test has been aborted.
507
+ * {AbortSignal} Can be used to abort test subtasks when the test has been
508
+ aborted.
508
509
509
510
``` js
510
511
test (' top level test' , async (t ) => {
@@ -575,7 +576,7 @@ changes:
575
576
* ` only ` {boolean} If truthy, and the test context is configured to run
576
577
` only ` tests, then this test will be run. Otherwise, the test is skipped.
577
578
** Default:** ` false ` .
578
- * ` signal ` {AbortSignal} Allows aborting an in-progress test
579
+ * ` signal ` {AbortSignal} Allows aborting an in-progress test.
579
580
* ` skip ` {boolean|string} If truthy, the test is skipped. If a string is
580
581
provided, that string is displayed in the test results as the reason for
581
582
skipping the test. ** Default:** ` false ` .
@@ -622,7 +623,8 @@ exposed as part of the API.
622
623
added: REPLACEME
623
624
-->
624
625
625
- * <AbortSignal > Can be used to abort test subtasks when the test has been aborted.
626
+ * {AbortSignal} Can be used to abort test subtasks when the test has been
627
+ aborted.
626
628
627
629
[ TAP ] : https://testanything.org/
628
630
[ `--test-only` ] : cli.md#--test-only
0 commit comments