diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2024-04-02 11:28:59 +0200 |
---|---|---|
committer | skjnldsv <skjnldsv@protonmail.com> | 2024-04-04 13:33:10 +0200 |
commit | 38c7ca0d4dec36fb10736afa7c5947939f831fa6 (patch) | |
tree | b5836b011a87115c0046870cb2be2a09e08776ff /jest.config.ts | |
parent | aacc7abccc8101e0603ba9664ca513563b9b3fd6 (diff) | |
download | nextcloud-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.ts | 7 |
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 = { |