Skip to content

Commit 5d237ef

Browse files
committed
pin tz
1 parent 43dc434 commit 5d237ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/jest.setup.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ createMocks();
3535
if (typeof window !== 'undefined') {
3636
window.HTMLElement.prototype.scrollIntoView = jest.fn();
3737
}
38+
39+
// Pin timezone for deterministic date rendering
40+
process.env.TZ = 'Europe/London';

0 commit comments

Comments
 (0)