Skip to content

Commit

Permalink
visitor-test: use proper test name (#2443)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito authored Feb 8, 2020
1 parent 4288c19 commit ab42b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language/__tests__/visitor-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ describe('Visitor', () => {
]);
});

it('does not traverse unknown node kinds', () => {
it('does traverse unknown node kinds with visitor keys', () => {
const customQueryDocumentKeys = { ...QueryDocumentKeys };
(customQueryDocumentKeys: any).CustomField = ['name', 'selectionSet'];

Expand Down

0 comments on commit ab42b5e

Please sign in to comment.