change test TZ=UTC jest --coverage

This commit is contained in:
ogerly 2022-03-04 16:59:28 +01:00
parent 05d53261ad
commit 807757268c

View File

@ -10,7 +10,7 @@
"lint": "eslint --max-warnings=0 --ext .js,.vue .",
"dev": "yarn run serve",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"test": "jest --coverage",
"test": "TZ=UTC jest --coverage",
"locales": "scripts/missing-keys.sh && scripts/sort.sh"
},
"dependencies": {