Skip to content

Commit

Permalink
test: Update tests script to run with UTC timezone (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevitalb authored Feb 10, 2025
1 parent 3b22c35 commit 68cc0db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"prettier:check": "prettier src --check",
"prettier:fix": "prettier src --write",
"prepare": "husky install",
"test:watch": "vitest",
"test": "vitest run",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage"
"test:watch": "TZ=UTC vitest",
"test": "TZ=UTC vitest run",
"test:ui": "TZ=UTC vitest --ui",
"coverage": "TZ=UTC vitest run --coverage"
},
"dependencies": {
"@emotion/react": "^11.13.3",
Expand Down

0 comments on commit 68cc0db

Please sign in to comment.