Skip to content

Commit

Permalink
Add new hasProperty to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
particleflux committed Oct 10, 2023
1 parent e02a6ec commit 597052c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/supported_expectations.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ toHaveSameSizeAs
```
notToHaveAttribute
toHaveAttribute
notToHaveProperty
toHaveProperty
```

### Callable
Expand Down
2 changes: 2 additions & 0 deletions docs/supported_verifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ sameSize
```
hasAttribute
notHasAttribute
hasProperty
notHasProperty
```

### Callable
Expand Down

0 comments on commit 597052c

Please sign in to comment.