diff --git a/federation/src/graphql/api/1_0/resolver/TestResolver.test.ts b/federation/src/graphql/api/1_0/resolver/TestResolver.test.ts index 615bc3305..974f8db5e 100644 --- a/federation/src/graphql/api/1_0/resolver/TestResolver.test.ts +++ b/federation/src/graphql/api/1_0/resolver/TestResolver.test.ts @@ -1,11 +1,8 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */ - import { createTestClient } from 'apollo-server-testing' import createServer from '@/server/createServer' -jest.mock('@/config') - let query: any // to do: We need a setup for the tests that closes the connection