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: {
|
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user