From 7e2f279b88e40c1326165a4a340b34c315742e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Tue, 15 Aug 2017 11:56:23 +0200 Subject: [PATCH] Try adding back in, opening chrome --- scripts/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/test.sh b/scripts/test.sh index adcfc187..e5f16c38 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -277,6 +277,7 @@ case "$TARGET" in pushd tests/react-test-app npm install --build-from-source + open_chrome start_packager pushd ios @@ -288,6 +289,7 @@ case "$TARGET" in pushd examples/ReactExample npm install --build-from-source + open_chrome start_packager pushd ios