From 8f409a8433d930c4c13fb0aad32a276de9953261 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Thu, 19 Jan 2023 14:42:09 +0100 Subject: [PATCH] change(ui): fix jest config --- frontend/jest.config.js | 1 - 1 file changed, 1 deletion(-) 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: {