Daniel Zlotin před 8 roky
rodič
revize
dd148229bb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      playground/scripts/e2e.android.js

+ 1
- 1
playground/scripts/e2e.android.js Zobrazit soubor

12
 function e2e() {
12
 function e2e() {
13
   shellUtils.exec.execSync(`yarn run uninstall-android`);
13
   shellUtils.exec.execSync(`yarn run uninstall-android`);
14
   shellUtils.exec.execSync(`yarn run android`);
14
   shellUtils.exec.execSync(`yarn run android`);
15
-  shellUtils.exec.execSync(`cd ../AndroidE2e/ && ./gradlew connectedDebugAndroidTest`);
15
+  shellUtils.exec.execSync(`cd ../AndroidE2E/ && ./gradlew connectedDebugAndroidTest`);
16
 }
16
 }
17
 
17
 
18
 function run() {
18
 function run() {