@@ -321,12 +321,12 @@ internally.
321321<!-- YAML
322322added: v18.0.0
323323changes:
324- - version: REPLACEME
325- pr-url: https://github.com/nodejs/node/pull/43505
326- description: Add a `timeout` option.
327324 - version: REPLACEME
328325 pr-url: https://github.com/nodejs/node/pull/43554
329326 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.
330330-->
331331
332332* ` name ` {string} The name of the test, which is displayed when reporting test
@@ -501,7 +501,7 @@ test('top level test', (t) => {
501501### ` context.signal `
502502
503503<!-- YAML
504- added: REPLACEME
504+ added: v18.7.0
505505-->
506506
507507* {AbortSignal} Can be used to abort test subtasks when the test has been
@@ -557,12 +557,12 @@ test('top level test', (t) => {
557557<!-- YAML
558558added: v18.0.0
559559changes:
560- - version: REPLACEME
561- pr-url: https://github.com/nodejs/node/pull/43505
562- description: Add a `timeout` option.
563560 - version: REPLACEME
564561 pr-url: https://github.com/nodejs/node/pull/43554
565562 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.
566566-->
567567
568568* ` name ` {string} The name of the subtest, which is displayed when reporting
@@ -610,7 +610,7 @@ test('top level test', async (t) => {
610610## Class: ` SuiteContext `
611611
612612<!-- YAML
613- added: REPLACEME
613+ added: v18.7.0
614614-->
615615
616616An instance of ` SuiteContext ` is passed to each suite function in order to
@@ -620,7 +620,7 @@ exposed as part of the API.
620620### ` context.signal `
621621
622622<!-- YAML
623- added: REPLACEME
623+ added: v18.7.0
624624-->
625625
626626* {AbortSignal} Can be used to abort test subtasks when the test has been
0 commit comments