react-native-boiler-plate icon indicating copy to clipboard operation
react-native-boiler-plate copied to clipboard

Write unit tests for some of the services and sync saga

Open shaunsaker opened this issue 6 years ago • 1 comments

I have not been able to write tests for the following services (due to a lack of expertise on my part):

  • getDeviceLocation
  • resizeImage
  • showImagePicker
  • UploadFile
  • All database services
  • Sync saga, specifically testing that the eventChannel works

Looking for help here.

shaunsaker avatar Jun 19 '18 15:06 shaunsaker

This repo does a great job of writing services for firebase services:

https://github.com/n6g7/redux-saga-firebase/tree/master/src

shaunsaker avatar Jun 26 '18 16:06 shaunsaker