Unit Test your React app with Jest, Jest-dom & Enzyme

Eli Elad Elrom
JavaScript in Plain English
14 min readJun 21, 2020

--

If you ever wanted to test your React App and just can’t find the time to set it up? Follow the steps I am about to show you in this tutorial and you too can instantly start testing your app like a pro.

In terms of final results. We will be building this custom calculator component and testing it;

--

--