diff options
Diffstat (limited to 'tests/karma.setup.js')
-rw-r--r-- | tests/karma.setup.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/karma.setup.js b/tests/karma.setup.js new file mode 100644 index 00000000000..66aca78a195 --- /dev/null +++ b/tests/karma.setup.js @@ -0,0 +1,9 @@ +/** + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +window.process = { + env: { + NODE_ENV: 'production' + } +}; |