diff --git a/desktop/jest.config.js b/desktop/jest.config.js index 3926aa8616c..013250d6edd 100644 --- a/desktop/jest.config.js +++ b/desktop/jest.config.js @@ -29,7 +29,7 @@ module.exports = { 'html', ...(process.env.COVERAGE_TEXT === 'detailed' ? ['text'] : []), ], - testMatch: ['**/**.(node|spec).(js|jsx|ts|tsx)'], + testMatch: ['**/**.(node|spec).(ts|tsx)'], testEnvironment: 'jsdom', resolver: '/jest.resolver.js', };