@@ -352,7 +352,7 @@ added:
352352 - v18.0.0
353353 - v16.17.0
354354changes:
355- - version: REPLACEME
355+ - version: v18.8.0
356356 pr-url: https://github.com/nodejs/node/pull/43554
357357 description: Add a `signal` option.
358358 - version:
@@ -482,7 +482,7 @@ same as [`it([name], { todo: true }[, fn])`][it options].
482482### ` before([, fn][, options]) `
483483
484484<!-- YAML
485- added: REPLACEME
485+ added: v18.8.0
486486-->
487487
488488* ` fn ` {Function|AsyncFunction} The hook function.
@@ -510,7 +510,7 @@ describe('tests', async () => {
510510### ` after([, fn][, options]) `
511511
512512<!-- YAML
513- added: REPLACEME
513+ added: v18.8.0
514514-->
515515
516516* ` fn ` {Function|AsyncFunction} The hook function.
@@ -538,7 +538,7 @@ describe('tests', async () => {
538538### ` beforeEach([, fn][, options]) `
539539
540540<!-- YAML
541- added: REPLACEME
541+ added: v18.8.0
542542-->
543543
544544* ` fn ` {Function|AsyncFunction} The hook function.
@@ -567,7 +567,7 @@ describe('tests', async () => {
567567### ` afterEach([, fn][, options]) `
568568
569569<!-- YAML
570- added: REPLACEME
570+ added: v18.8.0
571571-->
572572
573573* ` fn ` {Function|AsyncFunction} The hook function.
@@ -649,7 +649,7 @@ exposed as part of the API.
649649### ` context.beforeEach([, fn][, options]) `
650650
651651<!-- YAML
652- added: REPLACEME
652+ added: v18.8.0
653653-->
654654
655655* ` fn ` {Function|AsyncFunction} The hook function. The first argument
@@ -681,7 +681,7 @@ test('top level test', async (t) => {
681681### ` context.afterEach([, fn][, options]) `
682682
683683<!-- YAML
684- added: REPLACEME
684+ added: v18.8.0
685685-->
686686
687687* ` fn ` {Function|AsyncFunction} The hook function. The first argument
@@ -733,7 +733,7 @@ test('top level test', (t) => {
733733### ` context.name `
734734
735735<!-- YAML
736- added: REPLACEME
736+ added: v18.8.0
737737-->
738738
739739The name of the test.
@@ -831,7 +831,7 @@ added:
831831 - v18.0.0
832832 - v16.17.0
833833changes:
834- - version: REPLACEME
834+ - version: v18.8.0
835835 pr-url: https://github.com/nodejs/node/pull/43554
836836 description: Add a `signal` option.
837837 - version:
@@ -898,7 +898,7 @@ exposed as part of the API.
898898### ` context.name `
899899
900900<!-- YAML
901- added: REPLACEME
901+ added: v18.8.0
902902-->
903903
904904The name of the suite.
0 commit comments