summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2024-04-17 10:29:22 -0700
committerFerdinand Thiessen <opensource@fthiessen.de>2024-04-18 14:40:01 +0200
commita1107c7342cbddad45a3c6bd0f580a00224e50c5 (patch)
tree1cb1cb7a98a6754b450f58c0c934b0086d4f6c2b
parentf64b074394d92639554bf7cfb449d0d672177127 (diff)
downloadnextcloud-server-a1107c7342cbddad45a3c6bd0f580a00224e50c5.tar.gz
nextcloud-server-a1107c7342cbddad45a3c6bd0f580a00224e50c5.zip
test(jest): Transform unist modules
Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 43af7923aaa94e16eae12210d1a1c6034bdc3cc7)
-rw-r--r--jest.config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/jest.config.ts b/jest.config.ts
index 68dd68a36ce..8234dd52942 100644
--- a/jest.config.ts
+++ b/jest.config.ts
@@ -42,6 +42,7 @@ const ignorePatterns = [
'string-length',
'strip-ansi',
'tributejs',
+ 'unist-.+',
'vue-material-design-icons',
'webdav',
'yocto-queue',