DEV Community

How to build sturdy React Apps with TDD using Jest the React Testing Library

Ian Wilson on May 20, 2018

Build React Apps with TDD and the React Testing Library “A couple of pineapples side by side on the beach.” by Pineapple Supply Co. on...
Collapse
 
sethetter profile image
Seth Etter

Really great article! I want to point out the Jest is a general purpose javascript testing framework and can be used for non-React projects as well.

Collapse
 
iwilsonq profile image
Ian Wilson

Thank you, yep thats right!

Collapse
 
neilberg profile image
Neil Berg

Terrific writeup, thanks!