diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-08-16 12:30:01 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-08-17 18:56:38 +0200 |
commit | 5098a2d7db2fb1ee0352fb214330e45455153ac4 (patch) | |
tree | 60af79da7549bf7bbfa29c37a59929040c4c4003 /jest.config.ts | |
parent | f6a6e0b991a7b047566fa30d978227e561f1aae6 (diff) | |
download | nextcloud-server-5098a2d7db2fb1ee0352fb214330e45455153ac4.tar.gz nextcloud-server-5098a2d7db2fb1ee0352fb214330e45455153ac4.zip |
fix(tests): actions adjust and jest fetch mock
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'jest.config.ts')
-rw-r--r-- | jest.config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jest.config.ts b/jest.config.ts index 0763be02678..78b5912fee9 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -29,6 +29,7 @@ const ignorePatterns = [ '@nextcloud/vue', 'ansi-regex', 'char-regex', + 'hot-patcher', 'is-svg', 'splitpanes', 'string-length', |