From b734e0d7da5d956bc9b3cfe68fbd89dd1d45d62d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Wed, 10 Feb 2021 21:18:18 +0900 Subject: [PATCH] tests: fixed module Name Mapper --- jest.config.js | 3 +++ 1 file changed, 3 insertions(+) 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