profusion / apollo-federation-file-upload

Add file upload support to Apollo Federated services.
32 stars 27 forks source link

feat: add testing env #8

Closed cabelitos closed 4 years ago

cabelitos commented 4 years ago

This commit the support for testing the file upload support in action. The main object is to create a graphql API which accepts file as input and returns the file content as a response. This is preferred over jest testing, since we can't fully test connection between apollo gateway and the micro service using jest.

cabelitos commented 4 years ago

@barbieri I added cod cov with instambul