apollo-server/packages/apollo-server-express/src
Jesse Rosenberger 705256e879
(tests): Re-enable file upload tests for Node.js 10. 🎉🎉🎉
This commit again looks quite complicated, but's merely an over-complication
inflicted by Prettification.  Disabling whitespace differences when viewing
this commit, the functional change here is that we no longer skip many file
upload tests when the (semver) major segment of `process.version` is `10`.

I couldn't be happier to get rid of this exception for file upload tests on
Node.js 10, which was an unfortunate reality of the non-updated
`graphql-upload` module world we previously lived in.

Thanks, @jaydenseric, for the newfound (to us!) Node.js upload support!
2018-11-30 19:41:30 +02:00
..
__tests__ (tests): Re-enable file upload tests for Node.js 10. 🎉🎉🎉 2018-11-30 19:41:30 +02:00
ApolloServer.ts Throw error at startup when file uploads are enabled on Node.js < 8.5.0. 2018-11-30 15:59:57 +02:00
connectApollo.ts Remove graphiql support 2018-06-13 14:00:51 -07:00
expressApollo.ts (compat) Avoid TypeScript 3.x features to maintain backwards compatibility. 2018-11-05 05:24:32 -08:00
index.ts Fix and Export Extension and Playground Types (#1360) 2018-07-16 15:49:20 -07:00