Unit Testing React Components with Jest and React Testing Library
Introduction
Let's face it—testing isn't always the most exciting part of building React apps. But trust me, your future self will thank you for taking the time to write good tests. I've be...