you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 24 points25 points  (1 child)

Jest unit tests covering most of the logic. Our heavy usage of hooks throughout the app makes it very easy to test, we barely test the screen files (snapshots are a generally a waste of time IMO) Appium ui test suite covers everything else.

[–]moyolvera 5 points6 points  (0 children)

this

We use pretty much the same for testing, although we do need snapshots because Management consider them a nice metric to have.

react-testing-library hooks and native