From 7d219397817be5bf32d30a104451a503ea086f73 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Thu, 19 Jan 2023 14:34:23 +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 062feeb02..2a8c55b41 100644 --- a/frontend/jest.config.js +++ b/frontend/jest.config.js @@ -1,6 +1,7 @@ /** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', + rootDir: './', testEnvironment: 'node', moduleNameMapper: { '^Types/(.+)$': '/app/types/$1',