From 97165fc1a6e9ee3bff39252b7785fb65570e1875 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Fri, 16 Dec 2022 20:30:13 +0000 Subject: [PATCH] doc: fix doc metadata for Node.js 16.19.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 PR-URL: https://github.com/nodejs/node/pull/45863 Reviewed-By: Moshe Atlow Reviewed-By: Tierney Cyren Reviewed-By: Antoine du Hamel Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca --- 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}