MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / deps

Function deps

__tests__/update-check.test.ts:43–50  ·  view source on GitHub ↗
(over: Record<string, unknown> = {})

Source from the content-addressed store, hash-verified

41 });
42
43 const deps = (over: Record<string, unknown> = {}) => ({
44 dir,
45 env: {} as NodeJS.ProcessEnv,
46 now: () => T0,
47 currentVersion: '1.4.0',
48 resolveLatest: async () => 'v1.5.0',
49 ...over,
50 });
51
52 describe('notice', () => {
53 it('reports an available update and how to install it', async () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected