Skip to content

Commit b55b575

Browse files
authored
TypeInfo-test: use proper test name (#2444)
1 parent c9850c1 commit b55b575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utilities/__tests__/TypeInfo-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ describe('visitWithTypeInfo', () => {
309309
]);
310310
});
311311

312-
it('support traversals of input values', () => {
312+
it('supports traversals of input values', () => {
313313
const ast = parseValue('{ stringListField: ["foo"] }');
314314
const complexInputType = testSchema.getType('ComplexInput');
315315
invariant(complexInputType != null);
@@ -355,7 +355,7 @@ describe('visitWithTypeInfo', () => {
355355
]);
356356
});
357357

358-
it('support traversals of input values', () => {
358+
it('supports traversals of selection sets', () => {
359359
const humanType = testSchema.getType('Human');
360360
invariant(humanType != null);
361361

0 commit comments

Comments
 (0)