diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2024-04-02 11:28:59 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-04-04 11:58:34 +0000 |
commit | 0aa4e0a675f90a03bce4d9b938d0753a1b610eab (patch) | |
tree | 684428d8f87379729241a8bcbb20b0f8efb02810 /jest.config.ts | |
parent | d98738cbd0d2ae7aef36436e34b6ce6e16f325df (diff) | |
download | nextcloud-server-0aa4e0a675f90a03bce4d9b938d0753a1b610eab.tar.gz nextcloud-server-0aa4e0a675f90a03bce4d9b938d0753a1b610eab.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 = { |