(url: string)
| 108 | } |
| 109 | |
| 110 | function testConnectArgs(url: string) { |
| 111 | return { |
| 112 | websocketUrl: url, |
| 113 | clientName: 'ncode-test', |
| 114 | clientVersion: '0.0.0-test', |
| 115 | experimentalApi: true, |
| 116 | channelCapacity: 4, |
| 117 | } |
| 118 | } |
| 119 | |
| 120 | describe('RemoteAppServerClient', () => { |
| 121 | test('enforces auth-token transport policy', () => { |