diff --git a/jest.config.js b/jest.config.js index 6fd5d23..3aab904 100644 --- a/jest.config.js +++ b/jest.config.js @@ -3,4 +3,7 @@ export default { preset: "ts-jest", testEnvironment: "node", rootDir: "./src", + moduleNameMapper: { + "^(\\.\\.?\\/.+)\\.jsx?$": "$1", + }, };