aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/harness.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/harness.ts b/test/harness.ts
index 2da12e094..af8a13a75 100644
--- a/test/harness.ts
+++ b/test/harness.ts
@@ -6,6 +6,7 @@ export const bunEnv: any = {
BUN_DEBUG_QUIET_LOGS: "1",
NO_COLOR: "1",
FORCE_COLOR: undefined,
+ TZ: "Etc/UTC",
};
export function bunExe() {