Browse Source

Merge branch 'main' into task/improve-language-localization-for-de-20260627

pull/7151/head
Thomas Kaul 3 weeks ago
committed by GitHub
parent
commit
746ce51bed
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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