You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the dependencies and following the instructions; the unit tests do not function. The most difficult error to get past being SyntaxError: Cannot use import statement outside a module. Though before that I had another error. " [@RNC/AsyncStorage]: NativeModule: AsyncStorage is null."
The text was updated successfully, but these errors were encountered:
I haven't really used/set up the tests (beyond "does the app build", all the testing I've done has been manual) - in addition, from what I know Jest doesn't really get along with ESM without some tweaking so hmm
What happened?
After installing the dependencies and following the instructions; the unit tests do not function. The most difficult error to get past being
SyntaxError: Cannot use import statement outside a module
. Though before that I had another error. " [@RNC/AsyncStorage]: NativeModule: AsyncStorage is null."The text was updated successfully, but these errors were encountered: