From 96174e22a7deb3f344c712d6c3346e541642867c Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Wed, 14 Dec 2022 15:02:30 -0500 Subject: [PATCH] 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: https://github.com/nodejs/node/pull/45506#issuecomment-1352044951 Refs: https://github.com/nodejs/Release/issues/771 --- doc/api/test.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/api/test.md b/doc/api/test.md index ab3526924e8553..dac2051cd114b7 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -1043,9 +1043,7 @@ not disassociate the mocks from the `MockTracker` instance. ### `mock.setter(object, methodName[, implementation][, options])` This function is syntax sugar for [`MockTracker.method`][] with `options.setter` @@ -1054,7 +1052,9 @@ set to `true`. ## Class: `TapStream` * Extends {ReadableStream}