Fix tests in examples

This commit is contained in:
Adam Miskiewicz
2017-05-15 19:36:04 -07:00
parent de6396facd
commit 83e2cf007b
4 changed files with 357 additions and 1204 deletions

View File

@@ -4,6 +4,6 @@ set -eo pipefail
case $CIRCLE_NODE_INDEX in
0) yarn test && yarn codecov ;;
1) cd examples/NavigationPlayground && yarn && yarn test ;;
1) yarn link && cd examples/NavigationPlayground && yarn && yarn link react-navigation && yarn test ;;
2) cd examples/ReduxExample && yarn && yarn test ;;
esac