We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50b4bf commit 8300f33Copy full SHA for 8300f33
packages/graphiql/cypress/e2e/incremental-delivery.cy.ts
@@ -1,11 +1,11 @@
1
import { version } from 'graphql';
2
3
let describeOrSkip: Mocha.SuiteFunction | Mocha.PendingSuiteFunction = describe;
4
+// TODO: add support to graphql-http for IncrementalDelivery first
5
+// if (parseInt(version, 10) < 17) {
6
-if (parseInt(version, 10) < 17) {
- // TODO: add support to graphql-http for IncrementalDelivery first
7
- // describeOrSkip = describe.skip;
8
-}
+describeOrSkip = describe.skip;
+// }
9
10
describeOrSkip('IncrementalDelivery support via fetcher', () => {
11
describe('When operation contains @stream', () => {
0 commit comments