Fork me on GitHub
#cljsrn
<
2021-02-06
>
jaime09:02:13

Hi all, I'm trying to experiment with shadow-cljs and @testing-library/react-native , where I'm writing unit tests using cljs.test and try to send them on repl connected to android emulator. Another way I'm thinking is to let clojurescript generate JS files and let javascript tools like jest run them... I'm just wondering what libraries do you use to test your react-native app? Which test runner and where do you run them, repl? cli? What kind of tests are you writing with those tools? EDIT: I also see detox and appium for testing, where I think primarily for e2e testing, but did not try them out yet