From c3abaa1cc87b3e1c3c5a3b3a8e15ac6db6a64696 Mon Sep 17 00:00:00 2001 From: Salakar Date: Fri, 23 Mar 2018 13:41:50 +0000 Subject: [PATCH] git hook derps --- tests-new/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests-new/README.md b/tests-new/README.md index 1b84cd90..14f3aaec 100755 --- a/tests-new/README.md +++ b/tests-new/README.md @@ -21,7 +21,6 @@ * Build the demo project - ```sh detox build --configuration ios.sim.release ``` @@ -30,7 +29,6 @@ detox build --configuration ios.sim.release * Run tests on the demo project - ```sh detox test --configuration ios.sim.release ``` @@ -43,7 +41,6 @@ This action will open a new simulator and run the tests on it. * Build the demo project - ```sh detox build --configuration ios.sim.debug ``` @@ -52,14 +49,12 @@ detox build --configuration ios.sim.debug * start react-native packager - ```sh npm run start ``` * Run tests on the demo project - ```sh detox test --configuration ios.sim.debug ```