diff options
Diffstat (limited to '__tests__/setup-global.js')
-rw-r--r-- | __tests__/setup-global.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/__tests__/setup-global.js b/__tests__/setup-global.js new file mode 100644 index 00000000000..93230b0deab --- /dev/null +++ b/__tests__/setup-global.js @@ -0,0 +1,7 @@ +/** + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: CC0-1.0 + */ +export function setup() { + process.env.TZ = 'UTC' +} |