Test-driven React.js Development: React.js Unit Testing with Enzyme and Jest

, Software Pundits
This post was originally published on this site

Toptal

Any piece of code that has no tests is said to be legacy code according to Michael Feathers. Therefore, one of the best ways to avoid creating legacy code is using test-driven development (TDD). While there are many tools available to create unit tests in JavaScript and, in this post, we will use Jest and Enzyme to create a React.js component with basic functionality using TDD.

To read the full article click on the 'post' link at the top.