aboutsummaryrefslogtreecommitdiffstats
path: root/tests/karma.setup.js
blob: 66aca78a195252ac9179f662a89d37d74fc99102 (plain)
1
2
3
4
5
6
7
8
9
/**
 * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
window.process = {
    env: {
        NODE_ENV: 'production'
    }
};