diff options
Diffstat (limited to '__tests__/jest-setup.ts')
-rw-r--r-- | __tests__/jest-setup.ts | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/__tests__/jest-setup.ts b/__tests__/jest-setup.ts deleted file mode 100644 index 7ee7b7dcac8..00000000000 --- a/__tests__/jest-setup.ts +++ /dev/null @@ -1,12 +0,0 @@ -/** - * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors - * SPDX-License-Identifier: AGPL-3.0-or-later - */ - -import '@testing-library/jest-dom' - -// Mock `window.location` with Jest spies and extend expect -import 'jest-location-mock' - -// Mock `window.fetch` with Jest -import 'jest-fetch-mock' |