Skip to content

Commit 9acedf8

Browse files
authored
Update src/__tests__/parser.test.ts
1 parent c4af071 commit 9acedf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/parser.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ describe('parse', () => {
164164
});
165165
});
166166

167-
it.only('parses fragment-spread arguments', () => {
167+
it('parses fragment-spread arguments', () => {
168168
expect(
169169
parse('query x { ...x(var: 2) } fragment x($var: Int = 1) on Type { field }').definitions[0]
170170
).toHaveProperty('selectionSet.selections.0', {

0 commit comments

Comments
 (0)