We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad069c commit 97165fcCopy full SHA for 97165fc
doc/api/test.md
@@ -1043,9 +1043,7 @@ not disassociate the mocks from the `MockTracker` instance.
1043
### `mock.setter(object, methodName[, implementation][, options])`
1044
1045
<!-- YAML
1046
-added:
1047
- - v19.3.0
1048
- - v16.19.0
+added: v19.3.0
1049
-->
1050
1051
This function is syntax sugar for [`MockTracker.method`][] with `options.setter`
@@ -1054,7 +1052,9 @@ set to `true`.
1054
1052
## Class: `TapStream`
1055
1053
1056
1057
-added: v18.9.0
+added:
+ - v18.9.0
+ - v16.19.0
1058
1059
1060
* Extends {ReadableStream}
0 commit comments