Unit testing React components isn’t always easy. In this short article i’ll show some tricks to make our lives a little easier using Enzyme. In a project I’m working on, we are testing each level of the components hierarchy with shallow rendering and snapshot testing. That way if something brakes…