瀏覽代碼

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
     }