We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43dc434 commit 5d237efCopy full SHA for 5d237ef
frontend/jest.setup.ts
@@ -35,3 +35,6 @@ createMocks();
35
if (typeof window !== 'undefined') {
36
window.HTMLElement.prototype.scrollIntoView = jest.fn();
37
}
38
+
39
+// Pin timezone for deterministic date rendering
40
+process.env.TZ = 'Europe/London';
0 commit comments