@@ -393,7 +393,9 @@ added:
393
393
- v18.0.0
394
394
- v16.17.0
395
395
changes:
396
- - version: v18.8.0
396
+ - version:
397
+ - v18.8.0
398
+ - v16.18.0
397
399
pr-url: https://github.com/nodejs/node/pull/43554
398
400
description: Add a `signal` option.
399
401
- version:
@@ -523,7 +525,9 @@ same as [`it([name], { todo: true }[, fn])`][it options].
523
525
## ` before([fn][, options]) `
524
526
525
527
<!-- YAML
526
- added: v18.8.0
528
+ added:
529
+ - v18.8.0
530
+ - v16.18.0
527
531
-->
528
532
529
533
* ` fn ` {Function|AsyncFunction} The hook function.
@@ -551,7 +555,9 @@ describe('tests', async () => {
551
555
## ` after([fn][, options]) `
552
556
553
557
<!-- YAML
554
- added: v18.8.0
558
+ added:
559
+ - v18.8.0
560
+ - v16.18.0
555
561
-->
556
562
557
563
* ` fn ` {Function|AsyncFunction} The hook function.
@@ -579,7 +585,9 @@ describe('tests', async () => {
579
585
## ` beforeEach([fn][, options]) `
580
586
581
587
<!-- YAML
582
- added: v18.8.0
588
+ added:
589
+ - v18.8.0
590
+ - v16.18.0
583
591
-->
584
592
585
593
* ` fn ` {Function|AsyncFunction} The hook function.
@@ -608,7 +616,9 @@ describe('tests', async () => {
608
616
## ` afterEach([fn][, options]) `
609
617
610
618
<!-- YAML
611
- added: v18.8.0
619
+ added:
620
+ - v18.8.0
621
+ - v16.18.0
612
622
-->
613
623
614
624
* ` fn ` {Function|AsyncFunction} The hook function.
@@ -690,7 +700,9 @@ exposed as part of the API.
690
700
### ` context.beforeEach([fn][, options]) `
691
701
692
702
<!-- YAML
693
- added: v18.8.0
703
+ added:
704
+ - v18.8.0
705
+ - v16.18.0
694
706
-->
695
707
696
708
* ` fn ` {Function|AsyncFunction} The hook function. The first argument
@@ -722,7 +734,9 @@ test('top level test', async (t) => {
722
734
### ` context.afterEach([fn][, options]) `
723
735
724
736
<!-- YAML
725
- added: v18.8.0
737
+ added:
738
+ - v18.8.0
739
+ - v16.18.0
726
740
-->
727
741
728
742
* ` fn ` {Function|AsyncFunction} The hook function. The first argument
@@ -774,7 +788,9 @@ test('top level test', (t) => {
774
788
### ` context.name `
775
789
776
790
<!-- YAML
777
- added: v18.8.0
791
+ added:
792
+ - v18.8.0
793
+ - v16.18.0
778
794
-->
779
795
780
796
The name of the test.
@@ -872,7 +888,9 @@ added:
872
888
- v18.0.0
873
889
- v16.17.0
874
890
changes:
875
- - version: v18.8.0
891
+ - version:
892
+ - v18.8.0
893
+ - v16.18.0
876
894
pr-url: https://github.com/nodejs/node/pull/43554
877
895
description: Add a `signal` option.
878
896
- version:
@@ -939,7 +957,9 @@ exposed as part of the API.
939
957
### ` context.name `
940
958
941
959
<!-- YAML
942
- added: v18.8.0
960
+ added:
961
+ - v18.8.0
962
+ - v16.18.0
943
963
-->
944
964
945
965
The name of the suite.
0 commit comments