From 55595f61df21761b245eff952e8b95bc572a34c6 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 16 Oct 2024 01:03:40 +0200 Subject: 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 --- __tests__/setup-testing-library.js | 1 + 1 file changed, 1 insertion(+) (limited to '__tests__') 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' -- cgit v1.2.3