diff --git a/jest.config.js b/jest.config.js index ea33067..7f582d1 100644 --- a/jest.config.js +++ b/jest.config.js @@ -7,7 +7,7 @@ export default { '^@/(.*)$': '/src/$1', '\\.(css|scss|sass)$': 'identity-obj-proxy' }, - testMatch: ['/test/*.test.(ts|tsx)'], + testMatch: ['/test/**/*.test.(ts|tsx)'], transform: { '^.+\\.(ts|tsx)$': ['ts-jest', { useESM: true, tsconfig: 'tsconfig.jest.json' }] }