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