cjoudrey / graphql-schema-linter

Validate GraphQL schema definitions against a set of rules
MIT License
694 stars 62 forks source link

Move integration tests so that they are tested against each GraphQL version #303

Closed cjoudrey closed 2 years ago

cjoudrey commented 2 years ago

Despite having good test coverage, a while ago I accidentally published a version of graphql-schema-linter that contained a bug that was only seen when running the CLI. I ended up introducing a few integration tests as an extra sanity check.

This PR moves those tests such that they get run for each supported GraphQL version.