diff --git a/scripts/test.sh b/scripts/test.sh index d25df2d9..5dcd4fb0 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -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