diff --git a/jest.config.json b/jest.config.json index 8470c8f..dbbf01a 100644 --- a/jest.config.json +++ b/jest.config.json @@ -2,5 +2,8 @@ "preset": "ts-jest", "testEnvironment": "node", "modulePathIgnorePatterns": ["/dist/", "/build/"], - "testPathIgnorePatterns": ["/dist/", "/build/"] + "testPathIgnorePatterns": ["/dist/", "/build/"], + "moduleNameMapper": { + "(.+)\\.js": "$1" + } }