diff --git a/desktop/jest.config.js b/desktop/jest.config.js index 1f5d2bafd..4c665249b 100644 --- a/desktop/jest.config.js +++ b/desktop/jest.config.js @@ -9,7 +9,7 @@ module.exports = { transform: { - '^.*__tests__/.*\\.tsx?$': 'ts-jest', + '^.*__tests__(/|\\\\).*\\.tsx?$': 'ts-jest', '\\.(js|tsx?)$': '/scripts/jest-transform.js', }, setupFiles: ['/scripts/jest-setup.js'],