diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-07-06 19:48:32 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-07-11 13:52:28 +0200 |
commit | 1a46104d505e6cde9b35efe50defd19ea02b7d8b (patch) | |
tree | cc549f69922c52b7556edb7cf9f7462e12404b88 /jest.config.ts | |
parent | 2d6e50a8dbb075b533b31de91f015f636cc40f4e (diff) | |
download | nextcloud-server-1a46104d505e6cde9b35efe50defd19ea02b7d8b.tar.gz nextcloud-server-1a46104d505e6cde9b35efe50defd19ea02b7d8b.zip |
chore: add actions testing
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'jest.config.ts')
-rw-r--r-- | jest.config.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jest.config.ts b/jest.config.ts index 97a2bdf576e..0763be02678 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -23,6 +23,7 @@ import type { Config } from 'jest' // TODO: find a way to consolidate this in one place, with webpack.common.js const ignorePatterns = [ + '@buttercup/fetch', '@juliushaertl', '@mdi/svg', '@nextcloud/vue', @@ -34,6 +35,7 @@ const ignorePatterns = [ 'strip-ansi', 'tributejs', 'vue-material-design-icons', + 'webdav', ] const config: Config = { |