mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-26 10:12:21 +02:00
test: always use UTC time
This commit is contained in:
parent
6b16ffc232
commit
99a60226b8
@ -14,6 +14,8 @@ import { initStatsKeys } from "#app/ui/game-stats-ui-handler";
|
||||
import { initMysteryEncounters } from "#app/data/mystery-encounters/mystery-encounters";
|
||||
import { beforeAll, vi } from "vitest";
|
||||
|
||||
process.env.TZ = "UTC";
|
||||
|
||||
/** Mock the override import to always return default values, ignoring any custom overrides. */
|
||||
vi.mock("#app/overrides", async (importOriginal) => {
|
||||
const { defaultOverrides } = await importOriginal<typeof import("#app/overrides")>();
|
||||
|
Loading…
Reference in New Issue
Block a user