diff --git a/jest.config.js b/jest.config.js index 3e3ba700..4f3704de 100644 --- a/jest.config.js +++ b/jest.config.js @@ -4,7 +4,7 @@ module.exports = { testRegex: '(/tests/)(.*?)(Tests?)(\\.[jt]s)$', transform: { - '^.+\\.ts?$': [ 'ts-jest', { + '^.+\\.tsx?$': [ 'ts-jest', { tsconfig: '/tsconfig.tests.json' } ] },