chore: run tests as UTC timezone

This commit is contained in:
Kim, Jimin 2023-07-31 00:23:37 +09:00
parent 2a0a78bd3e
commit 9fc1872667
Signed by: pomp
GPG key ID: CE1DDB8A4A765403

View file

@ -8,7 +8,7 @@
"dev": "vite dev",
"build": "pnpm cp && vite build",
"serve": "serve build --listen 5173",
"test:unit": "jest",
"test:unit": "TZ=UTC jest",
"test:e2e": "playwright test",
"clean": "rm -rf .turbo .svelte-kit build node_modules vite.config.ts.timestamp-*",
"lint": "eslint ."