- fixed webapp tests

- corrected docker image name
This commit is contained in:
Ulf Gebhardt 2021-01-22 17:29:58 +01:00
parent 4b04a6bb5c
commit d8d22015d0
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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$": "<rootDir>/node_modules/babel-jest"
"^.+\\.js$": "babel-jest"
},
"moduleFileExtensions": [
"js",