MCPcopy Index your code
hub / github.com/callstack/agent-device / formatReplayTestProgressSpinner

Function formatReplayTestProgressSpinner

src/replay/test/progress.ts:120–125  ·  view source on GitHub ↗
(
  frame: string,
  options: { useColor?: boolean } = {},
)

Source from the content-addressed store, hash-verified

118}
119
120function formatReplayTestProgressSpinner(
121 frame: string,
122 options: { useColor?: boolean } = {},
123): string {
124 return options.useColor ? colorizeProgressMarker(frame, 'blue') : frame;
125}
126
127function formatReplayTestLiveProgressStepSuffix(
128 event: ReplayTestStep,

Callers 1

Calls 1

colorizeProgressMarkerFunction · 0.85

Tested by

no test coverage detected