mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
7 lines
194 B
JavaScript
7 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'
|