Update test script to actually test ReactExample

This commit is contained in:
Scott Kyle 2016-02-16 00:37:10 -08:00
parent 137e4d6288
commit c01c0faa7b
1 changed files with 2 additions and 1 deletions

View File

@ -94,10 +94,11 @@ case "$TARGET" in
fi
npm update react-native
open_chrome
start_packager
pushd ios
xcodebuild -scheme ReactExample -configuration "$CONFIGURATION" -sdk iphonesimulator build $DESTINATION
xcodebuild -scheme ReactExample -configuration "$CONFIGURATION" -sdk iphonesimulator $DESTINATION build test
;;
"react-tests-android")
if [[ $CONFIGURATION == 'Debug' ]]; then