diff --git a/packages/backend/jest.config.common.ts b/packages/backend/jest.config.common.ts index eb5c7eedaa..18954c9dd0 100644 --- a/packages/backend/jest.config.common.ts +++ b/packages/backend/jest.config.common.ts @@ -159,10 +159,7 @@ export default { // testLocationInResults: false, // The glob patterns Jest uses to detect test files - testMatch: [ - "/test/unit/**/*.ts", - "/src/**/*.test.ts", - ], + testMatch: [], // An array of regexp pattern strings that are matched against all test paths, matched tests are skipped // testPathIgnorePatterns: [