Follow up to #675
In order to land #675 I commented out some tests that were failing because of an issue with our test setup.
Nested test components are not updated in the unit tests, but are properly handled by the codemod in the real world.
Ideally we should dig into why we run into these false negative tests, and resolve the issue.
Additionally we should expand the text-replace-with-content test suite with coverage for alternative imports, aliasing, etc.