revoltchat / rvmob

React Native Revolt client. Community-led project.
https://rvlt.gg/rvmob
GNU Affero General Public License v3.0
115 stars 17 forks source link

bug: Cannot run tests #21

Open a2937 opened 1 year ago

a2937 commented 1 year ago

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

Rexogamer commented 1 year ago

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