瀏覽代碼

another try

Daniel Zlotin 7 年之前
父節點
當前提交
14fa88a623
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      scripts/test.e2e.ios.js

+ 0
- 1
scripts/test.e2e.ios.js 查看文件

12
     exec.execAsync(`sleep 10`).then(() => {
12
     exec.execAsync(`sleep 10`).then(() => {
13
       exec.execAsync(`open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app`);
13
       exec.execAsync(`open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app`);
14
     });
14
     });
15
-
16
     startRecording();
15
     startRecording();
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 {