@@ -321,12 +321,12 @@ internally.
321
321
<!-- YAML
322
322
added: v18.0.0
323
323
changes:
324
- - version: REPLACEME
325
- pr-url: https://github.com/nodejs/node/pull/43505
326
- description: Add a `timeout` option.
327
324
- version: REPLACEME
328
325
pr-url: https://github.com/nodejs/node/pull/43554
329
326
description: Add a `signal` option.
327
+ - version: v18.7.0
328
+ pr-url: https://github.com/nodejs/node/pull/43505
329
+ description: Add a `timeout` option.
330
330
-->
331
331
332
332
* ` name ` {string} The name of the test, which is displayed when reporting test
@@ -501,7 +501,7 @@ test('top level test', (t) => {
501
501
### ` context.signal `
502
502
503
503
<!-- YAML
504
- added: REPLACEME
504
+ added: v18.7.0
505
505
-->
506
506
507
507
* {AbortSignal} Can be used to abort test subtasks when the test has been
@@ -557,12 +557,12 @@ test('top level test', (t) => {
557
557
<!-- YAML
558
558
added: v18.0.0
559
559
changes:
560
- - version: REPLACEME
561
- pr-url: https://github.com/nodejs/node/pull/43505
562
- description: Add a `timeout` option.
563
560
- version: REPLACEME
564
561
pr-url: https://github.com/nodejs/node/pull/43554
565
562
description: Add a `signal` option.
563
+ - version: v18.7.0
564
+ pr-url: https://github.com/nodejs/node/pull/43505
565
+ description: Add a `timeout` option.
566
566
-->
567
567
568
568
* ` name ` {string} The name of the subtest, which is displayed when reporting
@@ -610,7 +610,7 @@ test('top level test', async (t) => {
610
610
## Class: ` SuiteContext `
611
611
612
612
<!-- YAML
613
- added: REPLACEME
613
+ added: v18.7.0
614
614
-->
615
615
616
616
An instance of ` SuiteContext ` is passed to each suite function in order to
@@ -620,7 +620,7 @@ exposed as part of the API.
620
620
### ` context.signal `
621
621
622
622
<!-- YAML
623
- added: REPLACEME
623
+ added: v18.7.0
624
624
-->
625
625
626
626
* {AbortSignal} Can be used to abort test subtasks when the test has been
0 commit comments