You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve all 16 failing tests across utility library
- calculator: throw on division by zero instead of returning Infinity
- date-utils: use Math.round for day calculation in formatRelative
- string-utils: fix wordCount to handle multiple spaces, implement truncate
- task-manager: implement remove, update, and sortBy methods
- validator: allow longer TLDs in isEmail, support ports in isUrl
0 commit comments