Daniel Zlotin 7 anos atrás
pai
commit
8372d7e1b2
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      scripts/test.e2e.ios.js

+ 1
- 0
scripts/test.e2e.ios.js Ver arquivo

@@ -14,6 +14,7 @@ function run() {
14 14
       exec.execAsync(`open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app`);
15 15
     });
16 16
 
17
+
17 18
     exec.execSync(`detox test --configuration ios.sim.${conf} ${process.env.CI ? '--cleanup' : ''}`);
18 19
   } finally {
19 20
     stopRecording();