Skip to content

Commit

Permalink
Rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Aug 3, 2022
1 parent 6349c1d commit 5becf93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit 5becf93

Please sign in to comment.