Testing Apollo: How to test if a mutation was called with MockedProvider?
Aug 23, 2019
Support for testing components that use Apollo is very good for the most part. But still, some situations are confusing and not well documented. One of those is covered in this post: Testing mutations. Buttons triggering a mutation are an important part of interactive web applications. And…