formation hace 2 años
padre
commit
3f6222881a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -62,7 +62,7 @@ node{
                 
                     try 
                     {
-                        sh ('./node_modules/karma/bin/karma ng test --karma-config karma.conf.js --browsers Chrome_with_debugging')
+                        sh ('./node_modules/karma/bin/karma start --karma-config karma.conf.js --browsers Chrome_with_debugging')
                     }
                     catch(err) 
                     {