diff --git a/docs/supported_expectations.md b/docs/supported_expectations.md index 711b344..2c9d3b9 100644 --- a/docs/supported_expectations.md +++ b/docs/supported_expectations.md @@ -23,6 +23,8 @@ toHaveSameSizeAs ``` notToHaveAttribute toHaveAttribute +notToHaveProperty +toHaveProperty ``` ### Callable diff --git a/docs/supported_verifiers.md b/docs/supported_verifiers.md index acedbb6..a8e323f 100644 --- a/docs/supported_verifiers.md +++ b/docs/supported_verifiers.md @@ -23,6 +23,8 @@ sameSize ``` hasAttribute notHasAttribute +hasProperty +notHasProperty ``` ### Callable