@@ -321,7 +321,7 @@ internally.
321
321
<!-- YAML
322
322
added: v16.17.0
323
323
changes:
324
- - version: REPLACEME
324
+ - version: v16.18.0
325
325
pr-url: https://github.com/nodejs/node/pull/43554
326
326
description: Add a `signal` option.
327
327
- version: v16.17.0
@@ -449,7 +449,7 @@ same as [`it([name], { todo: true }[, fn])`][it options].
449
449
## ` before([, fn][, options]) `
450
450
451
451
<!-- YAML
452
- added: REPLACEME
452
+ added: v16.18.0
453
453
-->
454
454
455
455
* ` fn ` {Function|AsyncFunction} The hook function.
@@ -477,7 +477,7 @@ describe('tests', async () => {
477
477
## ` after([, fn][, options]) `
478
478
479
479
<!-- YAML
480
- added: REPLACEME
480
+ added: v16.18.0
481
481
-->
482
482
483
483
* ` fn ` {Function|AsyncFunction} The hook function.
@@ -505,7 +505,7 @@ describe('tests', async () => {
505
505
## ` beforeEach([, fn][, options]) `
506
506
507
507
<!-- YAML
508
- added: REPLACEME
508
+ added: v16.18.0
509
509
-->
510
510
511
511
* ` fn ` {Function|AsyncFunction} The hook function.
@@ -534,7 +534,7 @@ describe('tests', async () => {
534
534
## ` afterEach([, fn][, options]) `
535
535
536
536
<!-- YAML
537
- added: REPLACEME
537
+ added: v16.18.0
538
538
-->
539
539
540
540
* ` fn ` {Function|AsyncFunction} The hook function.
@@ -573,7 +573,7 @@ exposed as part of the API.
573
573
### ` context.beforeEach([, fn][, options]) `
574
574
575
575
<!-- YAML
576
- added: REPLACEME
576
+ added: v16.18.0
577
577
-->
578
578
579
579
* ` fn ` {Function|AsyncFunction} The hook function. The first argument
@@ -605,7 +605,7 @@ test('top level test', async (t) => {
605
605
### ` context.afterEach([, fn][, options]) `
606
606
607
607
<!-- YAML
608
- added: REPLACEME
608
+ added: v16.18.0
609
609
-->
610
610
611
611
* ` fn ` {Function|AsyncFunction} The hook function. The first argument
@@ -655,7 +655,7 @@ test('top level test', (t) => {
655
655
### ` context.name `
656
656
657
657
<!-- YAML
658
- added: REPLACEME
658
+ added: v16.18.0
659
659
-->
660
660
661
661
The name of the test.
@@ -743,7 +743,7 @@ test('top level test', (t) => {
743
743
<!-- YAML
744
744
added: v16.17.0
745
745
changes:
746
- - version: REPLACEME
746
+ - version: v16.18.0
747
747
pr-url: https://github.com/nodejs/node/pull/43554
748
748
description: Add a `signal` option.
749
749
- version: v16.17.0
@@ -806,7 +806,7 @@ exposed as part of the API.
806
806
### ` context.name `
807
807
808
808
<!-- YAML
809
- added: REPLACEME
809
+ added: v16.18.0
810
810
-->
811
811
812
812
The name of the suite.
0 commit comments