DEV Community

Andrew Davis
Andrew Davis

Posted on

What libraries do you like to use to write unit and integration tests for React Native? Any TDD advocates using React Native?

I am currently working on a React Native project for the first time. I used react-native init so I have Jest which I can use for snapshot testing. However, what do you like to use for integration testing, like filling out fields and submitting buttons? I would like to find a workflow that works well with TDD if possible.

Latest comments (0)