diff --git a/packages/graphiql/cypress/e2e/incremental-delivery.cy.ts b/packages/graphiql/cypress/e2e/incremental-delivery.cy.ts index d4f65d9b4c..d10273434b 100644 --- a/packages/graphiql/cypress/e2e/incremental-delivery.cy.ts +++ b/packages/graphiql/cypress/e2e/incremental-delivery.cy.ts @@ -1,4 +1,4 @@ -import { version } from 'graphql'; +// import { version } from 'graphql'; let describeOrSkip: Mocha.SuiteFunction | Mocha.PendingSuiteFunction = describe; // TODO: add support to graphql-http for IncrementalDelivery first