Replies: 3 comments
-
Did you ever figure this out? I am having the same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you added this line to your require('react-native-reanimated').setUpTests(); (see docs for more details). |
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks like this discussion is stale as there are no more new questions. I am closing the discussion. If you still have questions, feel free to re-open the discussion or start a new one. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to test a component style with Jest & testing-library.
All my tests are in TS and the problem is Reanimated matchers are not supported by Jest types so this line raises an error:
I have a feeling that it must be something obvious and I'm missing something 😅 but I couldn't find anything in the doc about it.
It would be nice if someone can help me. 🙏
Beta Was this translation helpful? Give feedback.
All reactions