Daniel Zlotin 7 年 前
コミット
fb27e8ee20
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0
    1
      scripts/test.e2e.ios.js

+ 0
- 1
scripts/test.e2e.ios.js ファイルの表示

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