Explorar el Código

no process exit needed

Daniel Zlotin hace 6 años
padre
commit
45ef73bb5e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      scripts/test.e2e.android.js

+ 0
- 1
scripts/test.e2e.android.js Ver fichero

@@ -53,5 +53,4 @@ function runTests() {
53 53
   exec.execSync(`npm run install-android ${release ? '-- --release' : ''}`);
54 54
   const filterParam = filter ? '-Pandroid.testInstrumentationRunnerArguments.class=' + filter : '';
55 55
   exec.execSync(`cd AndroidE2E && ./gradlew ${filterParam} connectedDebugAndroidTest`);
56
-  process.exit(0); // eslint-disable-line
57 56
 }