Skip to content

Commit

Permalink
validation-tests: remove useless parseValue & parseLiteral (#1927)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed May 29, 2019
1 parent 8bf52a8 commit 63ee811
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/validation/__tests__/harness.js
Expand Up @@ -309,12 +309,6 @@ const AnyScalar = new GraphQLScalarType({
serialize(value) {
return value;
},
parseLiteral(node) {
return node; // Allows any value
},
parseValue(value) {
return value; // Allows any value
},
});

const QueryRoot = new GraphQLObjectType({
Expand Down

0 comments on commit 63ee811

Please sign in to comment.