MCPcopy
hub / github.com/TanStack/ai / logSuccess

Function logSuccess

packages/ai-code-mode-skills/test-cli/test-utils.ts:87–89  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

85 * Log a success message
86 */
87export function logSuccess(message: string) {
88 console.log(`${colors.green}✅ ${message}${colors.reset}`)
89}
90
91/**
92 * Log an error message

Callers 4

runLiveTestFunction · 0.90
runStructuredOutputTestFunction · 0.90
runSimulatedTestFunction · 0.90
runRegistryTestFunction · 0.90

Calls 1

logMethod · 0.80

Tested by

no test coverage detected