aboutsummaryrefslogtreecommitdiffstats
path: root/jest.config.ts
diff options
context:
space:
mode:
authorskjnldsv <skjnldsv@protonmail.com>2024-04-02 11:28:59 +0200
committerskjnldsv <skjnldsv@protonmail.com>2024-04-04 13:33:10 +0200
commit38c7ca0d4dec36fb10736afa7c5947939f831fa6 (patch)
treeb5836b011a87115c0046870cb2be2a09e08776ff /jest.config.ts
parentaacc7abccc8101e0603ba9664ca513563b9b3fd6 (diff)
downloadnextcloud-server-38c7ca0d4dec36fb10736afa7c5947939f831fa6.tar.gz
nextcloud-server-38c7ca0d4dec36fb10736afa7c5947939f831fa6.zip
chore: add drag and drop recursion and FilesystemAPI testing
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to 'jest.config.ts')
-rw-r--r--jest.config.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/jest.config.ts b/jest.config.ts
index f18589bce51..68dd68a36ce 100644
--- a/jest.config.ts
+++ b/jest.config.ts
@@ -26,18 +26,25 @@ const ignorePatterns = [
'@buttercup/fetch',
'@juliushaertl',
'@mdi/svg',
+ '@nextcloud/upload',
'@nextcloud/vue',
'ansi-regex',
'camelcase',
'char-regex',
'hot-patcher',
'is-svg',
+ 'mime',
+ 'p-cancelable',
+ 'p-limit',
+ 'p-queue',
+ 'p-timeout',
'splitpanes',
'string-length',
'strip-ansi',
'tributejs',
'vue-material-design-icons',
'webdav',
+ 'yocto-queue',
]
const config: Config = {