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}