You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Martha Sharpe edited this page Feb 8, 2021
·
3 revisions
This app uses Jest with React Native Testing Library for unit and integration tests. It also utilizes snapshot testing.
Snapshot testing renders a UI component, takes a snapshot, then compares it to a reference snapshot file stored alongside the test. The test will fail if the two snapshots do not match.
Packages
Jest is a widely used JavaScript unit testing framework that is compatible with TypeScript and React.
Jest Expo is a Jest preset that mocks out the native side of the Expo SDK and handles some of the configuration.