* @returns {Client}
(options)
| 367 | * @returns {Client} |
| 368 | */ |
| 369 | function newInstance(options) { |
| 370 | return helper.shutdownAfterThisTest(new Client(utils.deepExtend({}, helper.baseOptions, options))); |
| 371 | } |
no outgoing calls
no test coverage detected