diff options
Diffstat (limited to '__tests__/setup-testing-library.js')
-rw-r--r-- | __tests__/setup-testing-library.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/__tests__/setup-testing-library.js b/__tests__/setup-testing-library.js new file mode 100644 index 00000000000..9f0a55dd211 --- /dev/null +++ b/__tests__/setup-testing-library.js @@ -0,0 +1,5 @@ +/** + * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: CC0-1.0 + */ +import '@testing-library/jest-dom/vitest' |