ColeWalker / twitch-graphql

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

Create tests for subscription pubsubs #128

Open ColeWalker opened 3 years ago

ColeWalker commented 3 years ago

Is your feature request related to a problem? Please describe. This feature is going to be experimental until we have unit tests in place for it.

We will need to use an external mocking library for webhooks such as mock-socket.

Mocks exist in mocks.ts for subscriptions, so a lot of the work is done.

ColeWalker commented 3 years ago

Blocked by #102