Explorar el Código

Remove verbose log level

Shalom Yerushalmy hace 6 años
padre
commit
e9e2322255
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      scripts/test-e2e.js

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

@@ -17,5 +17,5 @@ function run() {
17 17
   if (!skipBuild) {
18 18
     exec.execSync(`detox build --configuration ${configuration}`);
19 19
   }
20
-  exec.execSync(`detox test --configuration ${configuration} --platform ${platform} ${cleanup} --loglevel verbose`);
20
+  exec.execSync(`detox test --configuration ${configuration} --platform ${platform} ${cleanup}`);
21 21
 }