Files
Maciej Jastrzebski 08e4d022b3 chore: update deps 2023-09-18 (#1499)
* chore: upgrade example/basic deps

* chore: update some deps

* chore: upgrade other deps

* chore: fix lint

* chore: yarn upgrade (partial)

* chore: yarn upgrade (partial 2)

* chore: yarn upgrade (partial)

* chore: yarn upgrade (partial)

* chore: yarn upgrade (partial)

* chore: yarn upgrade react-native

* chore: upgrade rest (ex react-test-renderer)
2023-09-18 13:06:12 +02:00
..
2022-07-28 10:24:28 +02:00
2022-07-28 10:24:28 +02:00
2022-07-28 10:24:28 +02:00
2022-07-28 10:24:28 +02:00
2022-11-08 21:36:36 +01:00

Basic RNTL setup

This example is shows a basic modern React Native Testing Library setup in a template Expo app.

The app and related tests written in TypeScript, and it uses recommended practices like:

  • testing large pieces of application instead of small components
  • using screen-based queries
  • using recommended query types, e.g. *ByText, *ByLabelText, *ByPlaceholderText over byTestId

You also use this repository as a reference when having issues in your RNTL configuration, as it contains the recommended Jest setup.