Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 2.29 KB

README.md

File metadata and controls

45 lines (34 loc) · 2.29 KB

React Native

Tooling

Style

Testing

  • Test using React Native Testing Library and Jest
  • Mock API calls in tests using MSW. If using Apollo Client, mock using the built-in MockedProvider
  • Prefer testing on physical devices.
  • Use detox for integration tests.