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