(options)
| 1177 | } |
| 1178 | |
| 1179 | function newInstance(options) { |
| 1180 | const opts = helper.getOptions(utils.extend(options || {}, { graphOptions : { name: 'name1' }})); |
| 1181 | const client = new Client(opts); |
| 1182 | helper.shutdownAfterThisTest(client); |
| 1183 | return client; |
| 1184 | } |
no test coverage detected