소스 검색

fixed detox update

Daniel Zlotin 7 년 전
부모
커밋
9894d0a237
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      e2e/init.js

+ 1
- 1
e2e/init.js 파일 보기

@@ -7,7 +7,7 @@ before(async () => {
7 7
     configurations: {
8 8
       ios: {
9 9
         binaryPath: process.env.detoxAppBuildPath,
10
-        type: 'simulator',
10
+        type: 'ios.simulator',
11 11
         name: 'iPhone 7'
12 12
       }
13 13
     }