-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis/jest #122
Travis/jest #122
Conversation
festinalente91
commented
Nov 17, 2016
- fixing travis jest config bug
- Cannot find module 'ReactNativeDefaultInjection' from 'setup.js' jestjs/jest#1840
* added location service dialog box for Android * deleted map test due to having trouble on using jest
we gotta solve this asap guys |
yes! I fixed! Adding babel plugin module resolver solved this problem. but now we are having node security failing which I just added. |
the one vulnerability issue we are having right now from negotiator module connected to react-native does not seem to be a big deal as mentioned from the issue above. |
shipping it anyway. lgtm |
@festinalente91 do not make branch from another branch.. |
* Add image resize code * Travis/jest (#122) * added location service dialog box for Android (#115) * added location service dialog box for Android * deleted map test due to having trouble on using jest * warning fix (#116) * selecting on existing location highlights the button (#114) * Update README.md * update jest config * add babel plugin module resolver * add negotiator with latest version in order to avoid node security fail