From 5becf93742bbe67905e150c5634f64ea885f9d88 Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Wed, 3 Aug 2022 13:55:53 +0300 Subject: [PATCH] Rename tests --- .../test/{integration.test.ts => schema-generation.test.ts} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename packages/loaders/json-schema/test/{integration.test.ts => schema-generation.test.ts} (98%) 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', {