diff options
author | Christopher Ng <chrng8@gmail.com> | 2024-04-11 16:40:47 -0700 |
---|---|---|
committer | Pytal <24800714+Pytal@users.noreply.github.com> | 2024-04-11 19:00:11 -0700 |
commit | 43af7923aaa94e16eae12210d1a1c6034bdc3cc7 (patch) | |
tree | b4a2319fe875e8ccaf475ca1e54136e542c6e8d2 /jest.config.ts | |
parent | 0b9ce2688ce214b88a7723a4d25ee0faa430101b (diff) | |
download | nextcloud-server-43af7923aaa94e16eae12210d1a1c6034bdc3cc7.tar.gz nextcloud-server-43af7923aaa94e16eae12210d1a1c6034bdc3cc7.zip |
test(jest): Transform unist modules
Signed-off-by: Christopher Ng <chrng8@gmail.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 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', |