aboutsummaryrefslogtreecommitdiffstats
path: root/__tests__/mock-window.js
blob: e0c8607dc221e3d73cd3d5f53d222a73e95dd5da (plain)
1
2
3
4
5
6
7
8
9
/**
 * 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 }

window._oc_webroot = ''