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 9bdbf70 commit 44f1be3Copy full SHA for 44f1be3
test/common/README.md
@@ -301,8 +301,8 @@ used as the error message for the `AssertionError`.
301
302
### `mustNotMutate(object)`
303
304
-* `object` [\<Object>][<Object>]
305
-* return [\<Object>][<Object>]
+* `object` [\<Object>][<Object>] | [\<Function>][<Function>]
+* return [\<Object>][<Object>] | [\<Function>][<Function>]
306
307
Returns a proxy object that triggers an `AssertionError` on mutation attempt,
308
including mutation of deeply nested objects.
0 commit comments