MCPcopy Create free account
hub / github.com/Noumena-Network/code / testConnectArgs

Function testConnectArgs

src/remote/appServer/client.test.ts:110–118  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

108}
109
110function 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
120describe('RemoteAppServerClient', () => {
121 test('enforces auth-token transport policy', () => {

Callers 1

client.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected