Is it actually possible to make Detox/Jest tests pass with a React Native app running with Expo?
问题 I'm attempting to create an automated UI test suite for my React Native app with Expo. I have looked everywhere for good tutorials but when I get to the actual test writing portion, my tests never even run because of environment issues such as "Unexpected Identifier/Token" on import Icon from... or other stupid issues that I cannot find any tutorials on how to fix them. I literally have spent a week trying to resolve these issues. I am new to React Native and new to Jest/Detox/Expo Here's my