formation %!s(int64=3) %!d(string=hai) anos
pai
achega
3f3976ac05
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      Jenkinsfile
  2. 1 1
      angular-client/karma.conf.js

+ 1 - 1
Jenkinsfile

@@ -71,7 +71,7 @@ node{
                 karma.run(' -u $(id -u) -v ${WORKSPACE}:/app trion/ng-cli-karma ')
                 karma.inside 
                 {
-                    // sh 'npm install'
+                    sh 'npm install'
                 
                     try 
                     {

+ 1 - 1
angular-client/karma.conf.js

@@ -33,7 +33,7 @@ module.exports = function (config) {
         outputDir: 'target/surefire-reports/TESTS-TestSuite.xml'
     },
     angularCli: {
-      environment: 'dev'
+      environment: 'test'
     },
     reporters: ['progress', 'kjhtml', 'junit'],
     port: 9876,