Daniel Zlotin 7 лет назад
Родитель
Сommit
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();