test(utils): add tests for dim, italic and green color functions - #2294
test(utils): add tests for dim, italic and green color functions#2294jxhhdx wants to merge 1 commit into
Conversation
Add missing test coverage for color utility functions: - dim: should wrap with ansi code (\x1b[2m...\x1b[22m) - italic: should wrap with ansi code (\x1b[3m...\x1b[23m) - green: should wrap with ansi code (\x1b[32m...\x1b[39m)
|
@jxhhdx is attempting to deploy a commit to the Farm Team on Vercel. A member of the Team first needs to authorize it. |
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe test suite for color utility functions now imports and validates three new formatting helpers— Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Add missing test coverage for color utility functions:
Description:
BREAKING CHANGE:
Related issue (if exists):
Summary by CodeRabbit
dim,italic, andgreencolor functions.