mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
test: set TZ environment variable to Asia/Kolkata in vitest configuration
This commit is contained in:
@@ -8,6 +8,7 @@ export default defineConfig({
|
||||
test: {
|
||||
env: {
|
||||
VITE_API_URL: "http://piku-server",
|
||||
TZ: "Asia/Kolkata",
|
||||
},
|
||||
include: ["**/*.test.ts"],
|
||||
environment: "jsdom",
|
||||
|
||||
Reference in New Issue
Block a user