Hello 👋
Using the createTestClient method upsets our linting rule eslint@typescript-eslint/unbound-method, documented here
Looking at the implementation, I suspect it has to do with
const executeOperation = server.executeOperation.bind(server); on line 31
"apollo-server-testing": "2.19.0"
Hello 👋
Using the
createTestClientmethod upsets our linting ruleeslint@typescript-eslint/unbound-method, documented hereLooking at the implementation, I suspect it has to do with
const executeOperation = server.executeOperation.bind(server);on line 31"apollo-server-testing": "2.19.0"The expected behavior
No warnings
The actual behavior
Warning