diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-10-16 01:03:40 +0200 |
---|---|---|
committer | skjnldsv <skjnldsv@protonmail.com> | 2024-10-29 14:28:58 +0100 |
commit | 55595f61df21761b245eff952e8b95bc572a34c6 (patch) | |
tree | ccec212e9c781df447a837bb5c39acd0ba378a76 /__tests__ | |
parent | 9aec7b9b8595785996b6fea13550cded3b7803b5 (diff) | |
download | nextcloud-server-55595f61df21761b245eff952e8b95bc572a34c6.tar.gz nextcloud-server-55595f61df21761b245eff952e8b95bc572a34c6.zip |
refactor(federatedfilesharing): Replace deprecated functions
* 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>
Diffstat (limited to '__tests__')
-rw-r--r-- | __tests__/setup-testing-library.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/__tests__/setup-testing-library.js b/__tests__/setup-testing-library.js index 9f0a55dd211..190e6f93e7c 100644 --- a/__tests__/setup-testing-library.js +++ b/__tests__/setup-testing-library.js @@ -3,3 +3,4 @@ * SPDX-License-Identifier: CC0-1.0 */ import '@testing-library/jest-dom/vitest' +import 'core-js/stable/index.js' |