diff --git a/packages/loaders/json-schema/test/integration.test.ts b/packages/loaders/json-schema/test/schema-generation.test.ts similarity index 98% rename from packages/loaders/json-schema/test/integration.test.ts rename to packages/loaders/json-schema/test/schema-generation.test.ts index 4f92013510e1e..fe3e7fa459839 100644 --- a/packages/loaders/json-schema/test/integration.test.ts +++ b/packages/loaders/json-schema/test/schema-generation.test.ts @@ -2,7 +2,7 @@ import { printSchemaWithDirectives } from '@graphql-tools/utils'; import { OperationTypeNode } from 'graphql'; import loadGraphQLSchemaFromJSONSchemas, { createBundle } from '../src'; -describe('Integration', () => { +describe('Schema Generation', () => { describe('Circular Deps', () => { it('should handle circular dependencies while creating a GraphQLSchema', async () => { const schema = await loadGraphQLSchemaFromJSONSchemas('test', {