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