From 73c48b4f93e28d41d98d882c9ae74498dd514da2 Mon Sep 17 00:00:00 2001 From: Ethan McElroy Date: Wed, 11 Dec 2024 17:48:28 -0500 Subject: [PATCH] chore: add nanoid to transpileModules array --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index 72c5fa9..39053d8 100644 --- a/jest.config.js +++ b/jest.config.js @@ -13,6 +13,7 @@ const transpileModules = [ "mdast-util-to-string", "mdast-util-to-hast", "micromark", + "nanoid", "property-information", "remark-parse", "remark-rehype",