Skip to content

Commit ab42b5e

Browse files
authored
visitor-test: use proper test name (#2443)
1 parent 4288c19 commit ab42b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/__tests__/visitor-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ describe('Visitor', () => {
915915
]);
916916
});
917917

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

0 commit comments

Comments
 (0)