File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -324,6 +324,9 @@ changes:
324
324
- version: REPLACEME
325
325
pr-url: https://github.com./nodejs/node/pull/43505
326
326
description: Add a `timeout` option.
327
+ - version: REPLACEME
328
+ pr-url: https://github.com./nodejs/node/pull/43554
329
+ description: Add a `signal` option.
327
330
-->
328
331
329
332
* ` name ` {string} The name of the test, which is displayed when reporting test
@@ -556,6 +559,9 @@ changes:
556
559
- version: REPLACEME
557
560
pr-url: https://github.com./nodejs/node/pull/43505
558
561
description: Add a `timeout` option.
562
+ - version: REPLACEME
563
+ pr-url: https://github.com./nodejs/node/pull/43554
564
+ description: Add a `signal` option.
559
565
-->
560
566
561
567
* ` name ` {string} The name of the subtest, which is displayed when reporting
@@ -569,6 +575,7 @@ changes:
569
575
* ` only ` {boolean} If truthy, and the test context is configured to run
570
576
` only ` tests, then this test will be run. Otherwise, the test is skipped.
571
577
** Default:** ` false ` .
578
+ * ` signal ` {AbortSignal} Allows aborting an in-progress test
572
579
* ` skip ` {boolean|string} If truthy, the test is skipped. If a string is
573
580
provided, that string is displayed in the test results as the reason for
574
581
skipping the test. ** Default:** ` false ` .
You can’t perform that action at this time.
0 commit comments