Browse Source

Fix time zone handling for deterministic execution in UTC

pull/7149/head
Thomas Kaul 3 weeks ago
parent
commit
eb977f8160
  1. 4
      apps/api/jest.config.ts

4
apps/api/jest.config.ts

@ -1,4 +1,8 @@
/* eslint-disable */
// Run tests in UTC for deterministic date-based calculations
process.env.TZ = 'UTC';
export default {
displayName: 'api',

Loading…
Cancel
Save