DEV Community

Domitrius
Domitrius

Posted on

Testing in React

Looking for anyone interested in lending me their time to answer some questions I have surrounding testing React applications. I've spent some time diving into testing, it's fundamentals, and other resources surrounding testing React.

I'm building a small application for a meetup I'm hosting and would love to talk to someone who is currently writing tests with Jest & react-testing-library.

Appreciate it!!

Top comments (2)

Collapse
 
minche profile image
Minja Davidović

I don't have any experience with react-testing-library (used enzyme instead), but I can try and help out

Collapse
 
thesymbeint profile image
Dandre

Are you using any third party state management? I'm testing a fairly large app with jest and the seems to make a bit more difficult. Are doing unit,e2e ...?