diff --git a/test/common/README.md b/test/common/README.md index be88accac6533f..469d90bd8675fb 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -301,8 +301,8 @@ used as the error message for the `AssertionError`. ### `mustNotMutate(object)` -* `object` [\][] -* return [\][] +* `object` [\][] | [\][] +* return [\][] | [\][] Returns a proxy object that triggers an `AssertionError` on mutation attempt, including mutation of deeply nested objects.