Fix broken link for test documentation

This commit is contained in:
Bruno Lemos 2018-04-04 02:50:51 -03:00 committed by Bruno Lemos
parent b21e7d0eab
commit 14a2b1b732
No known key found for this signature in database
GPG Key ID: 56ECEA49AAC4CE9F
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
See http://invertase.io/react-native-firebase/#/contributing/testing
See https://rnfirebase.io/docs/master/testing

View File

@ -9,7 +9,7 @@
"ios:dev": "react-native run-ios",
"ios:prod": "react-native run-ios --configuration=release",
"ios:pod:install": "cd ios && rm -rf ReactNativeFirebaseDemo.xcworkspace && pod install && cd ..",
"test": "echo 'Tests should be run from within the RN application.\n\rSee https://github.com/invertase/react-native-firebase-tests/blob/master/tests/README.md for more info.'",
"test": "echo 'Tests should be run from within the RN application.\n\rSee https://rnfirebase.io/docs/master/testing for more info.'",
"build-lib-for-tests": "babel --presets=es2015-mod,es3,react-native ./lib/ -d ./__tests__/build/lib/ --source-maps",
"internal-tests": "npm run build-lib-for-tests && babel --presets=es2015-mod,es3 ./__tests__/src/ -d ./__tests__/build/ --source-maps && node ./__tests__/build/index.js"
},