Skip to content

Commit 597052c

Browse files
committed
Add new hasProperty to docs
1 parent e02a6ec commit 597052c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/supported_expectations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ toHaveSameSizeAs
2323
```
2424
notToHaveAttribute
2525
toHaveAttribute
26+
notToHaveProperty
27+
toHaveProperty
2628
```
2729

2830
### Callable

docs/supported_verifiers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ sameSize
2323
```
2424
hasAttribute
2525
notHasAttribute
26+
hasProperty
27+
notHasProperty
2628
```
2729

2830
### Callable

0 commit comments

Comments
 (0)