Skip to content

Commit 91ea8b5

Browse files
dondonzacao
authored andcommitted
Add tabs test
1 parent ef4c207 commit 91ea8b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/graphiql-react/src/editor/__tests__/tabs.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ describe('getDefaultTabState', () => {
139139
headers: '{"x-header":"foo"}',
140140
query: 'query Image { image }',
141141
variables: null,
142+
extensions: '{"myExtension":"myString"}',
142143
},
143144
],
144145
query: null,
@@ -158,6 +159,7 @@ describe('getDefaultTabState', () => {
158159
headers: '{"x-header":"foo"}',
159160
query: 'query Image { image }',
160161
title: 'Image',
162+
extensions: '{"myExtension":"myString"}',
161163
}),
162164
],
163165
});

0 commit comments

Comments
 (0)