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 c4af071 commit 9acedf8Copy full SHA for 9acedf8
src/__tests__/parser.test.ts
@@ -164,7 +164,7 @@ describe('parse', () => {
164
});
165
166
167
- it.only('parses fragment-spread arguments', () => {
+ it('parses fragment-spread arguments', () => {
168
expect(
169
parse('query x { ...x(var: 2) } fragment x($var: Int = 1) on Type { field }').definitions[0]
170
).toHaveProperty('selectionSet.selections.0', {
0 commit comments