From 0aa4e0a675f90a03bce4d9b938d0753a1b610eab Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Tue, 2 Apr 2024 11:28:59 +0200 Subject: chore: add drag and drop recursion and FilesystemAPI testing Signed-off-by: skjnldsv --- jest.config.ts | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'jest.config.ts') 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 = { -- cgit v1.2.3