Daniel Zlotin 6 lat temu
rodzic
commit
3d690e290c
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0
    2
      scripts/test.e2e.ios.js

+ 0
- 2
scripts/test.e2e.ios.js Wyświetl plik

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