(step: number, message: string)
| 113 | * Log a step in the test |
| 114 | */ |
| 115 | export function logStep(step: number, message: string) { |
| 116 | console.log(`${colors.magenta}[Step ${step}]${colors.reset} ${message}`) |
| 117 | } |
| 118 | |
| 119 | /** |
| 120 | * Expected code for the skill that wraps add_numbers |
no test coverage detected