mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
2a8c20b946
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
8 lines
194 B
JavaScript
8 lines
194 B
JavaScript
/**
|
|
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: CC0-1.0
|
|
*/
|
|
|
|
import '@testing-library/jest-dom/vitest'
|
|
import 'core-js/stable/index.js'
|