diff --git a/jest.config.js b/jest.config.js index ddc159075..1dcdbb5c7 100644 --- a/jest.config.js +++ b/jest.config.js @@ -4,10 +4,8 @@ module.exports = { runner: 'groups', preset: 'ts-jest/presets/js-with-ts', - globals: { - 'ts-jest': { - tsconfig: { allowJs: true } - } + transform: { + '': ['ts-jest', { allowJs: true }] }, // Coverage options