diff --git a/jest.integration.config.json b/jest.integration.config.json index 4446efd..93a42c0 100644 --- a/jest.integration.config.json +++ b/jest.integration.config.json @@ -1,9 +1,7 @@ { "preset": "ts-jest/presets/default-esm", - "globals": { - "ts-jest": { - "useESM": true - } + "transform": { + "^.+\\.tsx?$": ["ts-jest", { "useESM": true }] }, "moduleNameMapper": { "^(\\.{1,2}/.*)\\.js$": "$1"