Daniel Zlotin il y a 7 ans
Parent
révision
dd148229bb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      playground/scripts/e2e.android.js

+ 1
- 1
playground/scripts/e2e.android.js Voir le fichier

@@ -12,7 +12,7 @@ function runEmulator() {
12 12
 function e2e() {
13 13
   shellUtils.exec.execSync(`yarn run uninstall-android`);
14 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 18
 function run() {