agriculture-capstone / agritrader

Mobile trader application
Other
3 stars 2 forks source link

Set up Enzyme #29

Open beaesguerra opened 6 years ago

beaesguerra commented 6 years ago

Currently a library (react-native-mock) that enzyme depends on for React Native does not support the latest versions of React, so we were unable to integrate enzyme into the trader in the initial setup for tests

Parasrah commented 6 years ago

I see four options: 1) Wait for the library to get updated 2) Go and fix the library ourselves 3) Don't use enzyme 4) Downgrade React and React Native