Daniel Zlotin преди 7 години
родител
ревизия
fb27e8ee20
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0
    1
      scripts/test.e2e.ios.js

+ 0
- 1
scripts/test.e2e.ios.js Целия файл

13
     exec.execAsync(`sleep 30`).then(() => {
13
     exec.execAsync(`sleep 30`).then(() => {
14
       exec.execAsync(`open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app`);
14
       exec.execAsync(`open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app`);
15
     });
15
     });
16
-    
17
     exec.execSync(`detox test --configuration ios.sim.${conf} ${process.env.CI ? '--cleanup' : ''}`);
16
     exec.execSync(`detox test --configuration ios.sim.${conf} ${process.env.CI ? '--cleanup' : ''}`);
18
   } finally {
17
   } finally {
19
     stopRecording();
18
     stopRecording();