diff --git a/packages/backend/jest.config.ts b/packages/backend/jest.config.common.ts similarity index 99% rename from packages/backend/jest.config.ts rename to packages/backend/jest.config.common.ts index babeca4ad8..5bf55db232 100644 --- a/packages/backend/jest.config.ts +++ b/packages/backend/jest.config.common.ts @@ -129,7 +129,9 @@ export default { // A list of paths to directories that Jest should use to search for files in roots: [ - "" + '/src', + '/test', + '/test-federation', ], // Allows you to use a custom runner instead of Jest's default test runner