aboutsummaryrefslogtreecommitdiffstats
path: root/jest.config.ts
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-05-31 17:14:56 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2024-06-01 16:31:44 +0200
commit5cb0ff8e51bea48ed9262d5b514fd848b687cb0c (patch)
tree063a95ee49b46ed717e48091d142ad4cd096f017 /jest.config.ts
parent042b62f80a364c5fa8403710f6ef70f7e7dbcbc9 (diff)
downloadnextcloud-server-5cb0ff8e51bea48ed9262d5b514fd848b687cb0c.tar.gz
nextcloud-server-5cb0ff8e51bea48ed9262d5b514fd848b687cb0c.zip
fix(tests): Adjust tests for updated `webdav` library
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'jest.config.ts')
-rw-r--r--jest.config.ts1
1 files changed, 1 insertions, 0 deletions
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',