Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GCWing/BitFun
/ ConfigAPI.test.ts
File
ConfigAPI.test.ts
src/web-ui/src/infrastructure/api/service-api/ConfigAPI.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
{ ConfigAPI } from
'./ConfigAPI'
;
3
4
const
invokeMock = vi.hoisted(() => vi.fn());
Callers
nothing calls this directly
Calls
3
reject
Method · 0.80
getConfigs
Method · 0.65
resolve
Method · 0.45
Tested by
no test coverage detected