From 92d41d8def04e82474009427d1fb094c7b39c5c7 Mon Sep 17 00:00:00 2001 From: jdecroock Date: Wed, 19 Jun 2024 13:17:51 +0200 Subject: [PATCH] fix in execute as well --- src/execution/__tests__/executor-test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/execution/__tests__/executor-test.ts b/src/execution/__tests__/executor-test.ts index ff366c6631e..a283dcbf236 100644 --- a/src/execution/__tests__/executor-test.ts +++ b/src/execution/__tests__/executor-test.ts @@ -22,7 +22,6 @@ import { GraphQLBoolean, GraphQLInt, GraphQLString } from '../../type/scalars'; import { GraphQLSchema } from '../../type/schema'; import { execute, executeSync } from '../execute'; -import { print } from '../../language'; describe('Execute: Handles basic execution tasks', () => { it('throws if no document is provided', () => { @@ -81,7 +80,6 @@ describe('Execute: Handles basic execution tasks', () => { }), }); - const n = 10000; const fragments = Array.from(Array(n).keys()).reduce( (acc, next) => @@ -96,7 +94,6 @@ describe('Execute: Handles basic execution tasks', () => { const document = parse(` query { ...X${n} - __typename } ${fragments} fragment X0 on Query {