mirror of
https://github.com/nextcloud/server.git
synced 2025-01-30 22:37:01 +00:00
55595f61df
* Replace deprecated OC dialogs methods * Replace deprecated global jQuery with axios * Replace deprecated jQuery event with event bus * Add component + unit tests for new dialog Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 lines
193 B
JavaScript
6 lines
193 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'
|