Testing components with Jest and React Testing Library

Thinking differently about test coverage

Chris
ITNEXT
Published in
5 min readFeb 1, 2019

--

Our Frontend team recently introduced React into a large scale SAAS product. By the end of the implementation we had about 15 live components including reusable ones like buttons and spinners, and larger ones that contained most of the app’s logic.

--

--