@@ -321,7 +321,7 @@ internally.
321321<!-- YAML
322322added: v16.17.0
323323changes:
324- - version: REPLACEME
324+ - version: v16.18.0
325325 pr-url: https://github.com/nodejs/node/pull/43554
326326 description: Add a `signal` option.
327327 - version: v16.17.0
@@ -449,7 +449,7 @@ same as [`it([name], { todo: true }[, fn])`][it options].
449449## ` before([, fn][, options]) `
450450
451451<!-- YAML
452- added: REPLACEME
452+ added: v16.18.0
453453-->
454454
455455* ` fn ` {Function|AsyncFunction} The hook function.
@@ -477,7 +477,7 @@ describe('tests', async () => {
477477## ` after([, fn][, options]) `
478478
479479<!-- YAML
480- added: REPLACEME
480+ added: v16.18.0
481481-->
482482
483483* ` fn ` {Function|AsyncFunction} The hook function.
@@ -505,7 +505,7 @@ describe('tests', async () => {
505505## ` beforeEach([, fn][, options]) `
506506
507507<!-- YAML
508- added: REPLACEME
508+ added: v16.18.0
509509-->
510510
511511* ` fn ` {Function|AsyncFunction} The hook function.
@@ -534,7 +534,7 @@ describe('tests', async () => {
534534## ` afterEach([, fn][, options]) `
535535
536536<!-- YAML
537- added: REPLACEME
537+ added: v16.18.0
538538-->
539539
540540* ` fn ` {Function|AsyncFunction} The hook function.
@@ -573,7 +573,7 @@ exposed as part of the API.
573573### ` context.beforeEach([, fn][, options]) `
574574
575575<!-- YAML
576- added: REPLACEME
576+ added: v16.18.0
577577-->
578578
579579* ` fn ` {Function|AsyncFunction} The hook function. The first argument
@@ -605,7 +605,7 @@ test('top level test', async (t) => {
605605### ` context.afterEach([, fn][, options]) `
606606
607607<!-- YAML
608- added: REPLACEME
608+ added: v16.18.0
609609-->
610610
611611* ` fn ` {Function|AsyncFunction} The hook function. The first argument
@@ -655,7 +655,7 @@ test('top level test', (t) => {
655655### ` context.name `
656656
657657<!-- YAML
658- added: REPLACEME
658+ added: v16.18.0
659659-->
660660
661661The name of the test.
@@ -743,7 +743,7 @@ test('top level test', (t) => {
743743<!-- YAML
744744added: v16.17.0
745745changes:
746- - version: REPLACEME
746+ - version: v16.18.0
747747 pr-url: https://github.com/nodejs/node/pull/43554
748748 description: Add a `signal` option.
749749 - version: v16.17.0
@@ -806,7 +806,7 @@ exposed as part of the API.
806806### ` context.name `
807807
808808<!-- YAML
809- added: REPLACEME
809+ added: v16.18.0
810810-->
811811
812812The name of the suite.
0 commit comments