Unit Testing React Components with Tape
React components are modular and composable. And Unit tests exist to tests software modules. Hence it makes React components a perfect candidate for Unit tests.
Why Unit test?
I am a huge Unit testing advocate. Not to say other tests are not importan...
hashnode.com
Shirley Perkins
Discover a better solution for JavaScript unit testing React components, without the use of any test utilities that are provided by React:blog.testproject.io/2016/09/21/javascript-unit-te…