From f35b829e47994f083489808c6289c95198a0f006 Mon Sep 17 00:00:00 2001 From: Caleb Roseland Date: Thu, 30 Mar 2023 16:44:58 -0500 Subject: [PATCH] keep moment mapping --- webapp/boards/jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/boards/jest.config.js b/webapp/boards/jest.config.js index b416db1a70..05b4cd53e9 100644 --- a/webapp/boards/jest.config.js +++ b/webapp/boards/jest.config.js @@ -43,6 +43,7 @@ const config = { "^src(.*)$": "/src$1", "^i18n(.*)$": "/i18n$1", "^static(.*)$": "/static$1", + "^moment(.*)$": "/../node_modules/moment$1", }, moduleDirectories: [ "src",