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 16 failing tests across calculator, string-utils, task-manager, date-utils, and validator
- calculator: throw error on division by zero instead of returning Infinity
- string-utils: fix wordCount to handle multiple consecutive spaces
- string-utils: implement truncate with word-boundary support
- task-manager: implement remove, update, and sortBy methods
- date-utils: use Math.round for day calculation in formatRelative
- validator: allow TLDs longer than 4 chars in isEmail
- validator: support port numbers in isUrl
0 commit comments