- Use GoodBootstrap to start a dev env
- See docs
Important: Use node version 10.15.0
$ npm run web:local
(cd ios && pod install)
npx sentry-wizard -i reactNative -p ios android
We are using snapshot testing
# Web
$ npm run test:web
# Update Snapshots
$ npm run test:web -- -u
# Web watch mode
$ npm run test:web-watch
# Coverage - web
$ npm run coverage