Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ env-model.test.ts
File
env-model.test.ts
packages/agent-core/test/config/env-model.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mkdtempSync, readFileSync, rmSync, writeFileSync } from
'node:fs'
;
2
import
{ tmpdir } from
'node:os'
;
3
import
{ describe, expect, it } from
'vitest'
;
4
import
{ join } from
'pathe'
;
Callers
nothing calls this directly
Calls
8
getDefaultConfig
Function · 0.90
applyEnvModelConfig
Function · 0.90
readConfigFile
Function · 0.90
loadRuntimeConfig
Function · 0.90
stripEnvModelConfig
Function · 0.90
writeConfigFile
Function · 0.90
expectConfigInvalid
Function · 0.70
apply
Function · 0.70
Tested by
no test coverage detected