diff --git a/jest.config.js b/jest.config.js index 2cfafea..53d074f 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,7 @@ module.exports = { preset: 'ts-jest', testEnvironment: 'node', + moduleNameMapper: { + '@types': '/types' + } } \ No newline at end of file