fix(string): 🐛 constrain titleCase property test to non-whitespace words#55
fix(string): 🐛 constrain titleCase property test to non-whitespace words#55
Conversation
There was a problem hiding this comment.
Pull request overview
Adjusts the titleCase property-based test generator to avoid invalid “word” inputs that can lead to misleading failures, improving test reliability for multi-word behavior.
Changes:
- Constrains generated
wordsin the multi-word property test to exclude whitespace-only strings. - Refactors the property declaration formatting for readability.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
964dd0c to
caf9c0f
Compare
✅ PR Validation Passed
📋 Pipeline Status
📊 Code Coverage
🧬 Mutation Testing
🌐 Runtime Compatibility
⏱️ Benchmarks
ℹ️ About this report
🤖 Generated by @helpers4 CI • 2026-04-25 |
caf9c0f to
d4fce16
Compare
Description
Please include a summary of what this PR does and why it's needed.
Type of Change
Related Issues
Closes #(issue number)
How Has This Been Tested?
Describe the tests you ran and how to reproduce them:
Checklist
Screenshots (if applicable)
Add screenshots for UI changes.
Additional Context
Add any other context about the PR here.