chore: set test timezone to Asia/Kolkata

This commit is contained in:
ramvignesh-b
2026-04-16 06:13:20 +05:30
parent 029b02b3c8
commit f5757b47de
+1
View File
@@ -8,6 +8,7 @@ export default defineConfig({
test: { test: {
env: { env: {
VITE_API_URL: "http://piku-server", VITE_API_URL: "http://piku-server",
TZ: "Asia/Kolkata",
}, },
include: ["**/*.test.ts"], include: ["**/*.test.ts"],
environment: "jsdom", environment: "jsdom",