diff options
Diffstat (limited to '__tests__/setup-testing-library.js')
-rw-r--r-- | __tests__/setup-testing-library.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/__tests__/setup-testing-library.js b/__tests__/setup-testing-library.js new file mode 100644 index 00000000000..190e6f93e7c --- /dev/null +++ b/__tests__/setup-testing-library.js @@ -0,0 +1,6 @@ +/** + * 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' |