From 5cb0ff8e51bea48ed9262d5b514fd848b687cb0c Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 31 May 2024 17:14:56 +0200 Subject: [PATCH] fix(tests): Adjust tests for updated `webdav` library Signed-off-by: Ferdinand Thiessen --- apps/files/src/services/Files.ts | 2 +- jest.config.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/files/src/services/Files.ts b/apps/files/src/services/Files.ts index bcfb368882d..5730eb8ce31 100644 --- a/apps/files/src/services/Files.ts +++ b/apps/files/src/services/Files.ts @@ -27,7 +27,7 @@ import { File, Folder, davParsePermissions, davGetDefaultPropfind } from '@nextc import { generateRemoteUrl } from '@nextcloud/router' import { getCurrentUser } from '@nextcloud/auth' -import { getClient, rootPath } from './WebdavClient' +import { getClient, rootPath } from './WebdavClient.ts' import { hashCode } from '../utils/hashUtils' import logger from '../logger' diff --git a/jest.config.ts b/jest.config.ts index 8234dd52942..351318bf63a 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -33,6 +33,7 @@ const ignorePatterns = [ 'char-regex', 'hot-patcher', 'is-svg', + 'layerr', 'mime', 'p-cancelable', 'p-limit',