Skip to content

Commit bcf6115

Browse files
authored
remove legacy comment (#4584)
the test is actually for the new version allowLegacyFragmentVariables was the legacy option
1 parent 0e09439 commit bcf6115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/__tests__/parser-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ describe('Parser', () => {
986986
});
987987
});
988988

989-
it('parses fragment with variable description (legacy)', () => {
989+
it('parses fragment with variable description', () => {
990990
const result = parse('fragment Foo("desc" $foo: Int) on Bar { baz }', {
991991
experimentalFragmentArguments: true,
992992
});

0 commit comments

Comments
 (0)