diff --git a/frontend/jest.config.ts b/frontend/jest.config.ts index 9021421c78..51d6776579 100644 --- a/frontend/jest.config.ts +++ b/frontend/jest.config.ts @@ -15,7 +15,7 @@ const config: Config.InitialOptions = { useESM: true, }, }, - testMatch: ['/src/**/?(*.)(test).(ts|js)?(x)'], + testMatch: ['/src/**/*?(*.)(test).(ts|js)?(x)'], preset: 'ts-jest/presets/js-with-ts-esm', transform: { '^.+\\.(ts|tsx)?$': 'ts-jest',