Browse Source

another try

Daniel Zlotin 7 years ago
parent
commit
14fa88a623
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      scripts/test.e2e.ios.js

+ 0
- 1
scripts/test.e2e.ios.js View File

@@ -12,7 +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 15
     startRecording();
17 16
     exec.execSync(`detox test --configuration ios.sim.${conf} ${process.env.CI ? '--cleanup' : ''}`);
18 17
   } finally {