## Testing

    yarn test

## Debugging

To enable live debugging press `Command+D` in the iOS Simulator and click the "Start Remote Debugging" option.

You may also want to install the standalone [react-native-debugger](https://github.com/jhen0409/react-native-debugger/releases).

## How to write tests

We have two types of tests:

* Enzyme tests (`*.spec.js`)
* React testing library tests (`*.spec.rt.js`)

We should aim for writing functional components with hooks as of 30th of January 2020, all these new components should have unit tests written with React testing library tests.

Use the following naming convention for tests written with React testing library: `*.spec.rt.js`
