diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-06-30 09:57:40 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-07-05 16:20:33 +0200 |
commit | 18f88a7042087f4ea93d66290ee6196b19a5db78 (patch) | |
tree | c1126000dcad7eb4163950618575078d4ef34f8c /jest.config.ts | |
parent | 28c2d9e9063b05ad6eff9a227764a9571db4fcbe (diff) | |
download | nextcloud-server-18f88a7042087f4ea93d66290ee6196b19a5db78.tar.gz nextcloud-server-18f88a7042087f4ea93d66290ee6196b19a5db78.zip |
chore: update webdav to 5.2.2
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'jest.config.ts')
-rw-r--r-- | jest.config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jest.config.ts b/jest.config.ts index 7e0ae631cd6..97a2bdf576e 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -28,6 +28,7 @@ const ignorePatterns = [ '@nextcloud/vue', 'ansi-regex', 'char-regex', + 'is-svg', 'splitpanes', 'string-length', 'strip-ansi', |