chore: run tests as UTC timezone
This commit is contained in:
parent
2a0a78bd3e
commit
9fc1872667
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
"dev": "vite dev",
|
"dev": "vite dev",
|
||||||
"build": "pnpm cp && vite build",
|
"build": "pnpm cp && vite build",
|
||||||
"serve": "serve build --listen 5173",
|
"serve": "serve build --listen 5173",
|
||||||
"test:unit": "jest",
|
"test:unit": "TZ=UTC jest",
|
||||||
"test:e2e": "playwright test",
|
"test:e2e": "playwright test",
|
||||||
"clean": "rm -rf .turbo .svelte-kit build node_modules vite.config.ts.timestamp-*",
|
"clean": "rm -rf .turbo .svelte-kit build node_modules vite.config.ts.timestamp-*",
|
||||||
"lint": "eslint ."
|
"lint": "eslint ."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue