(socketAddr: string, headers?: Record<string, any>)
| 1 | export const createReq = (socketAddr: string, headers?: Record<string, any>) => ({ |
| 2 | connection: { |
| 3 | remoteAddress: socketAddr |
| 4 | }, |
| 5 | headers: headers || {} |
| 6 | }) |
no outgoing calls
no test coverage detected