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',