Skip to content

Commit

Permalink
valueFromAST-test: correct typings (#2947)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Mar 8, 2021
1 parent 735975d commit fe9ea6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/__tests__/valueFromAST-test.js
Expand Up @@ -29,7 +29,7 @@ describe('valueFromAST', () => {
function expectValueFrom(
valueText: string,
type: GraphQLInputType,
variables: ?ObjMap<mixed>,
variables?: ObjMap<mixed>,
) {
const ast = parseValue(valueText);
const value = valueFromAST(ast, type, variables);
Expand Down

0 comments on commit fe9ea6d

Please sign in to comment.