can't find children elements byId with jest and @testing-library/react-native #12225
Unanswered
rodrigodiasf1984
asked this question in
Q&A
Replies: 1 comment
-
this is the result of running the tests, without the controller and the first child. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I'm doing unit testing with jest and @testing-library/react-native and i'm facing this problem, i can't get any children by id when they are wrapper by the Controller, can anyone help with this ?
this is my react-native component:
this is my test:
Beta Was this translation helpful? Give feedback.
All reactions