Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GCWing/BitFun
/ ConfigManager.test.ts
File
ConfigManager.test.ts
src/web-ui/src/infrastructure/config/services/ConfigManager.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ beforeEach, describe, expect, it, vi } from
'vitest'
;
2
import
{ configManager } from
'./ConfigManager'
;
3
4
const
configApiMocks = vi.hoisted(() => ({
Callers
nothing calls this directly
Calls
12
all
Method · 0.80
reject
Method · 0.80
createDeferred
Function · 0.70
clearCache
Method · 0.65
getConfig
Method · 0.65
getOptionalConfig
Method · 0.65
setConfig
Method · 0.65
getConfigs
Method · 0.65
resolve
Method · 0.45
call
Method · 0.45
reload
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected