File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ internally.
339
339
- ` only ` {boolean} If truthy, and the test context is configured to run
340
340
` only ` tests, then this test will be run. Otherwise, the test is skipped.
341
341
** Default:** ` false ` .
342
- * ` signal ` {AbortSignal} Allows aborting an in-progress test
342
+ * ` signal ` {AbortSignal} Allows aborting an in-progress test.
343
343
- ` skip ` {boolean|string} If truthy, the test is skipped. If a string is
344
344
provided, that string is displayed in the test results as the reason for
345
345
skipping the test. ** Default:** ` false ` .
@@ -506,7 +506,7 @@ execution of the test function. This function does not return a value.
506
506
- ` skip ` {boolean|string} If truthy, the test is skipped. If a string is
507
507
provided, that string is displayed in the test results as the reason for
508
508
skipping the test. ** Default:** ` false ` .
509
- - ` signal ` {AbortSignal} Allows aborting an in-progress test
509
+ - ` signal ` {AbortSignal} Allows aborting an in-progress test.
510
510
- ` todo ` {boolean|string} If truthy, the test marked as ` TODO ` . If a string
511
511
is provided, that string is displayed in the test results as the reason why
512
512
the test is ` TODO ` . ** Default:** ` false ` .
You can’t perform that action at this time.
0 commit comments