From d21a50c7a61819d3a7e79cc3f7d40821d21669bf Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Thu, 19 Jan 2023 14:39:26 +0100 Subject: [PATCH] change(ui): fix jest config --- frontend/jest.config.js | 1 + 1 file changed, 1 insertion(+) 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', },