From f545d1fe140b43825b9b47bc1029eacf5d0d756d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Tue, 21 May 2019 12:21:03 -0700 Subject: [PATCH] Add test-ios command to run iOS tests locally --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 34a6a9444ddf..9c0e855447d3 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,8 @@ "test-android-unit": "yarn run docker-build-android && yarn run test-android-run-unit", "test-android-e2e": "yarn run docker-build-android && yarn run test-android-run-e2e", "build-ios-e2e": "detox build -c ios.sim.release", - "test-ios-e2e": "detox test -c ios.sim.release RNTester/e2e" + "test-ios-e2e": "detox test -c ios.sim.release RNTester/e2e", + "test-ios": "./scripts/objc-test-ios.sh test" }, "peerDependencies": { "react": "16.8.6"