diff options
author | Christopher Ng <chrng8@gmail.com> | 2024-04-17 10:29:22 -0700 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-04-18 14:40:01 +0200 |
commit | a1107c7342cbddad45a3c6bd0f580a00224e50c5 (patch) | |
tree | 1cb1cb7a98a6754b450f58c0c934b0086d4f6c2b | |
parent | f64b074394d92639554bf7cfb449d0d672177127 (diff) | |
download | nextcloud-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.ts | 1 |
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', |