The current recommendation for F/E unit testing, testing-library always renders components in full and makes assertions against the resulting DOM in order to most accurately capture an actual user experience
Allows you to assert and manipulate rendered components with jQuery-like selectors.
More useful for testing implementations of React class components, Enzyme can make assertions against React props and state, and instances of class components