mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-12 22:36:10 +08:00
Fixing tests
This commit is contained in:
@@ -67,9 +67,9 @@ const clientConnection = createConnection('0.0.0.0', 1234, {
|
||||
|
||||
const secureConnection = createConnection('0.0.0.0', 1234, {
|
||||
transport: TBufferedTransport,
|
||||
protocol: TBinaryProtocol,
|
||||
nodeOptions: httpsOptions
|
||||
})
|
||||
protocol: TBinaryProtocol,
|
||||
nodeOptions: httpsOptions
|
||||
});
|
||||
|
||||
createClient<MockClient>(mockGeneratedService, clientConnection);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user