Skip to content

Commit

Permalink
fix: set default time zone for test in action
Browse files Browse the repository at this point in the history
  • Loading branch information
d0kur0 committed Jan 11, 2022
1 parent 8cb9080 commit 1909cec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {
"test": "jest",
"test": "cross-env TZ='Europe/Moscow' jest",
"build": "tsc",
"prepare": "husky install",
"lint:typescript": "eslint src --ext .ts",
Expand Down Expand Up @@ -28,6 +28,7 @@
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"cross-env": "^7.0.3",
"editorconfig-checker": "^4.0.2",
"eslint": "^8.0.0",
"husky": "^7.0.2",
Expand Down

0 comments on commit 1909cec

Please sign in to comment.