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)
I don't have any experience with react-testing-library (used enzyme instead), but I can try and help out
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 ...?