Has anyone been able to get component testing to work with react-native? #29963
Unanswered
christo8989
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I started a new react-native monorepo workspace and then run the test script and it says there's no configuration.
Then I add jest via cli tool, and it doesn't run the existing App.spec.tsx test.
Then I add vitest via the cli tool, and this also doesn't work.
Does anyone know what to do here?
Beta Was this translation helpful? Give feedback.
All reactions