summaryrefslogtreecommitdiffstats
path: root/jest.global.setup.js
blob: c86c92ea27b4afdb6ea3bc18cf9450206b6d1208 (plain)
1
2
3
4
5
6
7
8
/**
 * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */

module.exports = () => {
	process.env.TZ = 'UTC'
}