From 9fc187266774de011925c270fdcde3b0f586ca72 Mon Sep 17 00:00:00 2001 From: developomp Date: Mon, 31 Jul 2023 00:23:37 +0900 Subject: [PATCH] chore: run tests as UTC timezone --- apps/main/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/main/package.json b/apps/main/package.json index 39f8852..e8bebfe 100644 --- a/apps/main/package.json +++ b/apps/main/package.json @@ -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 ."