File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ` .
You can’t perform that action at this time.
0 commit comments