Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ beforeEach, describe, expect, it, vi } from
"vitest"
;
2
import
type
{ CommandDef } from
"citty"
;
3
4
const
trackCommandFailure = vi.fn();
Callers
nothing calls this directly
Calls
5
trackCommandFailure
Function · 0.85
trackCommandFailures
Function · 0.85
defineRun
Function · 0.85
reportCommandFailure
Function · 0.85
wrapped
Function · 0.50
Tested by
no test coverage detected