From 43af7923aaa94e16eae12210d1a1c6034bdc3cc7 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Thu, 11 Apr 2024 16:40:47 -0700 Subject: [PATCH] test(jest): Transform unist modules Signed-off-by: Christopher Ng --- jest.config.ts | 1 + 1 file changed, 1 insertion(+) 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',