Daniel Zlotin 7 years ago
parent
commit
dd148229bb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      playground/scripts/e2e.android.js

+ 1
- 1
playground/scripts/e2e.android.js View File

@@ -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() {