MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / makeConfig

Function makeConfig

packages/bumpy/test/helpers.ts:49–51  ·  view source on GitHub ↗
(overrides: Partial<BumpyConfig> = {})

Source from the content-addressed store, hash-verified

47
48/** Create a BumpyConfig with overrides */
49export function makeConfig(overrides: Partial<BumpyConfig> = {}): BumpyConfig {
50 return { ...DEFAULT_CONFIG, ...overrides };
51}
52
53/** Create a PlannedRelease for testing */
54export function makeRelease(

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…