aboutsummaryrefslogtreecommitdiffstats
path: root/__tests__/mock-window.js
blob: 0daeea122d7700b930fa3f211e3713692d6cae63 (plain)
1
2
3
4
5
6
7
8
/**
 * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */

window.OC = { ...window.OC }
window.OCA = { ...window.OCA }
window.OCP = { ...window.OCP }