Replies: 1 comment 1 reply
-
Hi @haoynmail, looks like you are using wrong Jest Matchers package. In
With:
See the relevant doc page. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using jest-expo and @ testing library/react native for testing, encountered a TypeError: expect (...). toHaveTextContent is not a function error.
The environment is as follows:
package.json:
jest-config.ts:
jest-setup.ts:
tsconfig.json:
Test code:
Beta Was this translation helpful? Give feedback.
All reactions