Explorar el Código

fixed detox update

Daniel Zlotin hace 7 años
padre
commit
9894d0a237
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      e2e/init.js

+ 1
- 1
e2e/init.js Ver fichero

@@ -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
     }