diff --git a/frontend/jest.config.js b/frontend/jest.config.js index 2a8c55b41..bd73de7fd 100644 --- a/frontend/jest.config.js +++ b/frontend/jest.config.js @@ -4,6 +4,7 @@ module.exports = { rootDir: './', testEnvironment: 'node', moduleNameMapper: { + '^Types/Session/(.+)$': '/app/types/session/$1', '^Types/(.+)$': '/app/types/$1', '^App/(.+)$': '/app/$1', },