Skip to content

Commit fe9ea6d

Browse files
valueFromAST-test: correct typings (#2947)
1 parent 735975d commit fe9ea6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/__tests__/valueFromAST-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('valueFromAST', () => {
2929
function expectValueFrom(
3030
valueText: string,
3131
type: GraphQLInputType,
32-
variables: ?ObjMap<mixed>,
32+
variables?: ObjMap<mixed>,
3333
) {
3434
const ast = parseValue(valueText);
3535
const value = valueFromAST(ast, type, variables);

0 commit comments

Comments
 (0)