Enzyme RTL
▸ focusing on the implementation
▸ helps on the component tree
navigation
▸ shallow, render, mount
▸ focused on user behavior
▸ based on selectors that the
user see
▸ render, will never support
shallow rendering
you can write user focused test with enzyme, but it’s not natural