diff --git a/README.md b/README.md index 22067fe..54f5431 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,6 @@ Custom jest matchers to test the state of React Native - [x] toBeEmpty() - [ ] toBeVisible() {?} - [x] toContainElement(FiberNode) -- [ ] toHaveProp(prop: string, value: any) +- [x] toHaveProp(prop: string, value: any) - [ ] toHaveStyle(any) {?} - [x] toHaveTextContent(text: string | RegExp, options?: {normalizeWhitespace: boolean})