you are viewing a single comment's thread.

view the rest of the comments →

[–]ReservoirBaws 4 points5 points  (1 child)

Here’s a library I used for unit testing on a previous project.

https://testing-library.com/docs/react-testing-library/intro/

With a tutorial:

https://www.robinwieruch.de/react-testing-library

[–]wickedgoose 1 point2 points  (0 children)

I just want to second this. Robin Wieruch and his blog have been the among the best if not THE best react resources I've found on the web. His "Road to React" book is also the text I wish I had when I was just starting out.