@@ -352,7 +352,7 @@ added:
352
352
- v18.0.0
353
353
- v16.17.0
354
354
changes:
355
- - version: REPLACEME
355
+ - version: v18.8.0
356
356
pr-url: https://github.com/nodejs/node/pull/43554
357
357
description: Add a `signal` option.
358
358
- version:
@@ -482,7 +482,7 @@ same as [`it([name], { todo: true }[, fn])`][it options].
482
482
### ` before([, fn][, options]) `
483
483
484
484
<!-- YAML
485
- added: REPLACEME
485
+ added: v18.8.0
486
486
-->
487
487
488
488
* ` fn ` {Function|AsyncFunction} The hook function.
@@ -510,7 +510,7 @@ describe('tests', async () => {
510
510
### ` after([, fn][, options]) `
511
511
512
512
<!-- YAML
513
- added: REPLACEME
513
+ added: v18.8.0
514
514
-->
515
515
516
516
* ` fn ` {Function|AsyncFunction} The hook function.
@@ -538,7 +538,7 @@ describe('tests', async () => {
538
538
### ` beforeEach([, fn][, options]) `
539
539
540
540
<!-- YAML
541
- added: REPLACEME
541
+ added: v18.8.0
542
542
-->
543
543
544
544
* ` fn ` {Function|AsyncFunction} The hook function.
@@ -567,7 +567,7 @@ describe('tests', async () => {
567
567
### ` afterEach([, fn][, options]) `
568
568
569
569
<!-- YAML
570
- added: REPLACEME
570
+ added: v18.8.0
571
571
-->
572
572
573
573
* ` fn ` {Function|AsyncFunction} The hook function.
@@ -649,7 +649,7 @@ exposed as part of the API.
649
649
### ` context.beforeEach([, fn][, options]) `
650
650
651
651
<!-- YAML
652
- added: REPLACEME
652
+ added: v18.8.0
653
653
-->
654
654
655
655
* ` fn ` {Function|AsyncFunction} The hook function. The first argument
@@ -681,7 +681,7 @@ test('top level test', async (t) => {
681
681
### ` context.afterEach([, fn][, options]) `
682
682
683
683
<!-- YAML
684
- added: REPLACEME
684
+ added: v18.8.0
685
685
-->
686
686
687
687
* ` fn ` {Function|AsyncFunction} The hook function. The first argument
@@ -733,7 +733,7 @@ test('top level test', (t) => {
733
733
### ` context.name `
734
734
735
735
<!-- YAML
736
- added: REPLACEME
736
+ added: v18.8.0
737
737
-->
738
738
739
739
The name of the test.
@@ -831,7 +831,7 @@ added:
831
831
- v18.0.0
832
832
- v16.17.0
833
833
changes:
834
- - version: REPLACEME
834
+ - version: v18.8.0
835
835
pr-url: https://github.com/nodejs/node/pull/43554
836
836
description: Add a `signal` option.
837
837
- version:
@@ -898,7 +898,7 @@ exposed as part of the API.
898
898
### ` context.name `
899
899
900
900
<!-- YAML
901
- added: REPLACEME
901
+ added: v18.8.0
902
902
-->
903
903
904
904
The name of the suite.
0 commit comments