(executionProfile, clientOptions)
| 222 | } |
| 223 | |
| 224 | function getClientFake(executionProfile, clientOptions) { |
| 225 | return { |
| 226 | profileManager: { getProfile: x => executionProfile || new ExecutionProfile(x || 'default') }, |
| 227 | options: clientOptions || defaultOptions(), |
| 228 | controlConnection: { protocolVersion: 4 } |
| 229 | }; |
| 230 | } |
no test coverage detected