You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: Add required context argument to locations where omitted.
This resolves a number of red squiggles in the tests for the
`RemoteGraphQLDataSource` class since the `process` method on that class
requires the `context` argument to be defined.
These squiggles were correct, but our tests tolerate those type errors, it
seems. (We should probably fix that, as I believe our tests should be
strongly typed with few, clearly annotated exceptions.)
cc @trevor-scheer@queerviolet as an FYI, since I'm slipping this small
change in past PR review.
0 commit comments