Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ events.test.ts
File
events.test.ts
packages/cli/src/telemetry/events.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it, vi, beforeEach } from
"vitest"
;
2
3
const
trackEvent = vi.fn();
4
vi.mock(
"./client.js"
, () => ({
Callers
nothing calls this directly
Calls
8
trackRenderError
Function · 0.85
trackRenderPreflightRejected
Function · 0.85
trackRenderComplete
Function · 0.85
trackRenderObservation
Function · 0.85
trackRenderFeedback
Function · 0.85
trackCliError
Function · 0.85
trackCommandFailure
Function · 0.85
trackEvent
Function · 0.70
Tested by
no test coverage detected