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

Function makeEnv

packages/server/test/services.test.ts:166–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 let homeDir: string;
165
166 const makeEnv = (): IEnvironmentService => ({
167 _serviceBrand: undefined,
168 homeDir,
169 configPath: `${homeDir}/config.toml`,
170 });
171
172 beforeEach(async () => {
173 homeDir = await mkdtemp(join(tmpdir(), 'kimi-ws-broadcast-'));

Callers 1

services.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected