summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/utils/markdownUtilities.test.ts
AgeCommit message (Collapse)Author
2025-05-09fix: Resolve infinite loopTaylor Mullen
- This change addresses and resolves an infinite loop. The patch ensures the loop condition is correctly handled, preventing its recurrence. - Added tests for markdownUtilities.test.ts Fixes: https://b.corp.google.com/issues/416795337 Signed-off-by: Gemini <My circuits hummed, and the loop was no more.>