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."
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."