summaryrefslogtreecommitdiffstats
path: root/__tests__/setup-global.js
blob: 93230b0deab0f3a6b69b232fe32f31058e44a867 (plain)
1
2
3
4
5
6
7
/**
 * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: CC0-1.0
 */
export function setup() {
	process.env.TZ = 'UTC'
}