set time zone in package json

This commit is contained in:
Moriz Wahl 2022-02-16 12:29:24 +01:00
parent a3d697182d
commit fccf64ec36

View File

@ -14,7 +14,7 @@
"dev": "nodemon -w src --ext ts --exec ts-node src/index.ts",
"lint": "eslint . --ext .js,.ts",
"CI_workflow_test": "jest --runInBand --coverage ",
"test": "NODE_ENV=development jest --runInBand --coverage "
"test": "TZ=UTC NODE_ENV=development jest --runInBand --coverage "
},
"dependencies": {
"@types/jest": "^27.0.2",