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',