MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / command-failure-tracking.test.ts

File command-failure-tracking.test.ts

packages/cli/src/utils/command-failure-tracking.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { beforeEach, describe, expect, it, vi } from "vitest";
2import type { CommandDef } from "citty";
3
4const trackCommandFailure = vi.fn();

Callers

nothing calls this directly

Calls 5

trackCommandFailureFunction · 0.85
trackCommandFailuresFunction · 0.85
defineRunFunction · 0.85
reportCommandFailureFunction · 0.85
wrappedFunction · 0.50

Tested by

no test coverage detected