posted 4 years ago
Hi Rafael,
The main tool I use in the book is Jest.
Given your situation, I think you will find chapter 6 amazingly useful. It compares multiple different tools to help you test React applications within Jest and explains how they work.
The main tool I use to test React applications in the book is react-testing-library (combined with Jest). It will allow you to render and test components.
Throughout the book, I also cover multiple other tools like Cypress, Sinon's fake timers, and Nock, for example. As you go through the pages you will find many different tools and advice on how to use them in different situations.