diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-09-19 12:30:26 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-09-19 14:59:13 +0200 |
commit | 4c49dda1282d5a1452ef583e91c170bcd9ddcab7 (patch) | |
tree | 85597d7dacccd0262f41fb3c7b06b48309352b83 /jest.config.ts | |
parent | 10999467481ebe83e4cddc85d1d226d0b5f93563 (diff) | |
download | nextcloud-server-4c49dda1282d5a1452ef583e91c170bcd9ddcab7.tar.gz nextcloud-server-4c49dda1282d5a1452ef583e91c170bcd9ddcab7.zip |
fix(systemtags): Add one unittest for to test tags parsing after the dependency was updated
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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 5bf104a4243..f18589bce51 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -28,6 +28,7 @@ const ignorePatterns = [ '@mdi/svg', '@nextcloud/vue', 'ansi-regex', + 'camelcase', 'char-regex', 'hot-patcher', 'is-svg', |