(error: Error)
| 78 | } |
| 79 | |
| 80 | const onError = (error: Error) => { |
| 81 | console.log('Something happened:', error) |
| 82 | done(null, null) |
| 83 | } |
| 84 | |
| 85 | createSession(environment, { variables, onCompleted, onError }) |
| 86 | } |
nothing calls this directly
no outgoing calls
no test coverage detected