graphql-workshop icon indicating copy to clipboard operation
graphql-workshop copied to clipboard

Add unit test for subscription

Open gojanpaolo opened this issue 4 years ago • 2 comments

I'm currently trying to figure out how to add a unit test for subscription. :)

References: https://github.com/ChilliCream/graphql-workshop/blob/master/docs/8-testing-the-graphql-server.md https://chillicream.com/docs/hotchocolate/api-reference/aspnetcore#subscription-session-handling

gojanpaolo avatar Jan 17 '21 19:01 gojanpaolo

I still can't figure it out. 😢 Will work on something else in the meantime.

gojanpaolo avatar Jan 17 '21 20:01 gojanpaolo

https://github.com/ChilliCream/hotchocolate/blob/10.4.2/src/Core/Types.Tests/Types/SubscriptionTypeTests.cs#L359 image

gojanpaolo avatar Apr 21 '21 13:04 gojanpaolo