diff --git a/webapp/boards/jest.config.js b/webapp/boards/jest.config.js index 7248cc7df0..b416db1a70 100644 --- a/webapp/boards/jest.config.js +++ b/webapp/boards/jest.config.js @@ -43,11 +43,6 @@ const config = { "^src(.*)$": "/src$1", "^i18n(.*)$": "/i18n$1", "^static(.*)$": "/static$1", - "^react-day-picker(.*)$": "/node_modules/react-day-picker$1", - "^moment(.*)$": "/../node_modules/moment$1", - "^react$": "/../node_modules/react", - // "^react-redux$": "/../node_modules/react-redux", - // "^react-intl$": "/../node_modules/react-intl", }, moduleDirectories: [ "src",