diff options
author | Christopher Ng <chrng8@gmail.com> | 2024-04-15 16:48:55 -0700 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2024-04-15 16:48:55 -0700 |
commit | de4e4e17ce572479d10e3a8ca8b987bec2a7c115 (patch) | |
tree | 15e02a2875b70b36ebfebf1c003e6897cd9fbaec | |
parent | 52dffb820d38c631939ffaa07ff5070d6af136db (diff) | |
download | nextcloud-server-de4e4e17ce572479d10e3a8ca8b987bec2a7c115.tar.gz nextcloud-server-de4e4e17ce572479d10e3a8ca8b987bec2a7c115.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', |