Skip to content

Commit

Permalink
doc: fix doc metadata for Node.js 16.19.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
richardlau committed Dec 15, 2022
1 parent b3f5a41 commit 96174e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/api/test.md
Expand Up @@ -1043,9 +1043,7 @@ not disassociate the mocks from the `MockTracker` instance.
### `mock.setter(object, methodName[, implementation][, options])`

<!-- YAML
added:
- v19.3.0
- v16.19.0
added: v19.3.0
-->

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

<!-- YAML
added: v18.9.0
added:
- v18.9.0
- v16.19.0
-->

* Extends {ReadableStream}
Expand Down

0 comments on commit 96174e2

Please sign in to comment.