MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / disableAutoInstall

Function disableAutoInstall

apps/kimi-code/test/cli/update/preflight.test.ts:172–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170}
171
172function disableAutoInstall(): void {
173 mocks.loadTuiConfig.mockResolvedValue(tuiConfig({ upgrade: { autoInstall: false } }));
174}
175
176function captureOutput(): {
177 stdout: string[];

Callers 1

preflight.test.tsFile · 0.85

Calls 1

tuiConfigFunction · 0.85

Tested by

no test coverage detected