MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / makeConfig

Function makeConfig

packages/wl-sdk/src/client.test.ts:27–35  ·  view source on GitHub ↗
(overrides: Partial<WlClientConfig> = {})

Source from the content-addressed store, hash-verified

25} from './ops/test-helpers';
26
27function makeConfig(overrides: Partial<WlClientConfig> = {}): WlClientConfig {
28 return {
29 upstream: 'hop/wl',
30 forkOrg: 'alice',
31 rigHandle: 'alice',
32 token: 'tok',
33 ...overrides,
34 };
35}
36
37describe('WlClient constructor', () => {
38 it('accepts a valid config and parses upstream', () => {

Callers 1

client.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected