Skip to content

Commit 96174e2

Browse files
committed
doc: fix doc metadata for Node.js 16.19.0
When cherry-picking the release commit for Node.js 16.19.0 to the `main` branch git updated the metadata for the wrong item in `doc/api/test.md`. Refs: nodejs#45506 (comment) Refs: nodejs/Release#771
1 parent b3f5a41 commit 96174e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api/test.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1043,9 +1043,7 @@ not disassociate the mocks from the `MockTracker` instance.
10431043
### `mock.setter(object, methodName[, implementation][, options])`
10441044

10451045
<!-- YAML
1046-
added:
1047-
- v19.3.0
1048-
- v16.19.0
1046+
added: v19.3.0
10491047
-->
10501048

10511049
This function is syntax sugar for [`MockTracker.method`][] with `options.setter`
@@ -1054,7 +1052,9 @@ set to `true`.
10541052
## Class: `TapStream`
10551053

10561054
<!-- YAML
1057-
added: v18.9.0
1055+
added:
1056+
- v18.9.0
1057+
- v16.19.0
10581058
-->
10591059

10601060
* Extends {ReadableStream}

0 commit comments

Comments
 (0)