It seems to me one individual has convinced our entire industry to stop shallow rendering, and to abandon unit testing in favor of (almost) exclusively using in| keithjgrant.com
Testing implementation details is a recipe for disaster. Why is that? And what does it even mean?| kentcdodds.com
As an alternative to mounting React components during unit tests, you can use Enzyme's shallow() to render your component only "one lev| Emma Goto