Skip to content

Commit

Permalink
Update src/__tests__/parser.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Mar 22, 2024
1 parent c4af071 commit 9acedf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/parser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ describe('parse', () => {
});
});

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

0 comments on commit 9acedf8

Please sign in to comment.