Looks like the tests exported from the graphql-js repo are very out of date. I looked through the history of the graphql-js repo and it looks like the package.json in validator/imported/package.json file comes from https://github.com/graphql/graphql-js/blob/68577079930e24da9c25b6c3f8fcadd488d94014/package.json. Trying to update the tests with ./export.sh doesn't work any more. The first problem seems related to babel, but there might be a lot more broken things here. I'm curious to know how much the two repos have diverged, so I'd like to get these tests updated. Any tips would be appreciated.
Looks like the tests exported from the graphql-js repo are very out of date. I looked through the history of the graphql-js repo and it looks like the package.json in validator/imported/package.json file comes from https://github.com/graphql/graphql-js/blob/68577079930e24da9c25b6c3f8fcadd488d94014/package.json. Trying to update the tests with
./export.shdoesn't work any more. The first problem seems related to babel, but there might be a lot more broken things here. I'm curious to know how much the two repos have diverged, so I'd like to get these tests updated. Any tips would be appreciated.