Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/BuilderIO/agent-native
/ progress.spec.ts
File
progress.spec.ts
packages/core/src/progress/progress.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, vi, beforeEach } from
"vitest"
;
2
3
const
mockInsertRun = vi.fn();
4
const
mockUpdateRun = vi.fn();
Callers
nothing calls this directly
Calls
9
stubRun
Function · 0.85
updateRunProgress
Function · 0.85
completeRun
Function · 0.85
createProgressHandler
Function · 0.85
createProgressToolEntries
Function · 0.85
run
Method · 0.80
startRun
Function · 0.70
createEvent
Function · 0.70
handler
Function · 0.50
Tested by
no test coverage detected