diff --git a/deployment/ocelot-social/deployment-webapp.yaml b/deployment/ocelot-social/deployment-webapp.yaml index 4b0fec2a1..2cc742deb 100644 --- a/deployment/ocelot-social/deployment-webapp.yaml +++ b/deployment/ocelot-social/deployment-webapp.yaml @@ -37,7 +37,7 @@ spec: name: configmap - secretRef: name: ocelot-social - image: ocelotsocialnetwork/develop-webapp:latest + image: ocelotsocialnetwork/webapp:latest imagePullPolicy: Always name: web ports: diff --git a/webapp/package.json b/webapp/package.json index 58d855809..a972cc1db 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -17,7 +17,7 @@ "lint": "eslint --ext .js,.vue .", "locales": "../scripts/translations/missing-keys.sh && ../scripts/translations/sort.sh", "precommit": "yarn lint", - "test": "jest", + "test": "cross-env NODE_ENV=test jest", "test:unit:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --no-cache --runInBand" }, "jest": { @@ -33,7 +33,7 @@ ], "transform": { ".*\\.(vue)$": "vue-jest", - "^.+\\.js$": "/node_modules/babel-jest" + "^.+\\.js$": "babel-jest" }, "moduleFileExtensions": [ "js",