Results 2 issues of Harry Lincoln

Has anyone been able to bundle custom fonts with this? I'm struggling to get my custom fonts served up in the .tmp folder, and eventually the dist, also. **webpack.conf.js** ```...

Testing the useSubscription hook I'm finding a bit difficult, since the method is omitted/not documented on the [Apollo docs](https://www.apollographql.com/docs/react/development-testing/testing/#testing-mutation-components) (at time of writing). Presumably, it should be mocked using the...