ColeWalker / twitch-graphql

A GraphQL wrapper for the twitch api
MIT License
14 stars 2 forks source link

Tests are mega slow #153

Open ColeWalker opened 3 years ago

ColeWalker commented 3 years ago

The tests are very slow.

The solution is to test resolvers instead of doing full on integration testing by creating an apollo server instance and then querying that.