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 4288c19 commit ab42b5eCopy full SHA for ab42b5e
src/language/__tests__/visitor-test.js
@@ -915,7 +915,7 @@ describe('Visitor', () => {
915
]);
916
});
917
918
- it('does not traverse unknown node kinds', () => {
+ it('does traverse unknown node kinds with visitor keys', () => {
919
const customQueryDocumentKeys = { ...QueryDocumentKeys };
920
(customQueryDocumentKeys: any).CustomField = ['name', 'selectionSet'];
921
0 commit comments