Daniel Zlotin 7 年 前
コミット
dd148229bb
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      playground/scripts/e2e.android.js

+ 1
- 1
playground/scripts/e2e.android.js ファイルの表示

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