MCPcopy 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

1import { describe, expect, it, vi, beforeEach } from "vitest";
2
3const trackEvent = vi.fn();
4vi.mock("./client.js", () => ({

Callers

nothing calls this directly

Calls 8

trackRenderErrorFunction · 0.85
trackRenderCompleteFunction · 0.85
trackRenderObservationFunction · 0.85
trackRenderFeedbackFunction · 0.85
trackCliErrorFunction · 0.85
trackCommandFailureFunction · 0.85
trackEventFunction · 0.70

Tested by

no test coverage detected