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 ef4c207 commit 91ea8b5Copy full SHA for 91ea8b5
packages/graphiql-react/src/editor/__tests__/tabs.spec.ts
@@ -139,6 +139,7 @@ describe('getDefaultTabState', () => {
139
headers: '{"x-header":"foo"}',
140
query: 'query Image { image }',
141
variables: null,
142
+ extensions: '{"myExtension":"myString"}',
143
},
144
],
145
query: null,
@@ -158,6 +159,7 @@ describe('getDefaultTabState', () => {
158
159
160
161
title: 'Image',
162
163
}),
164
165
});
0 commit comments