Skip to content

test: strengthen GroupCard and ProgressBar component tests#395

Open
kike-alt wants to merge 1 commit into
BlockHaven-Labs:mainfrom
kike-alt:feat/issue-256-strengthen-component-tests
Open

test: strengthen GroupCard and ProgressBar component tests#395
kike-alt wants to merge 1 commit into
BlockHaven-Labs:mainfrom
kike-alt:feat/issue-256-strengthen-component-tests

Conversation

@kike-alt
Copy link
Copy Markdown

Closes #256

Summary

  • extend GroupCard test coverage to assert status badge behavior across status updates
  • add ProgressBar assertion for partial in-range values to complement empty/full/clamp cases
  • keep tests focused on display logic and prop handling for both components

Testing

  • npm test -- --watchman=false --runTestsByPath tests/components/GroupCard.test.tsx tests/components/ProgressBar.test.tsx: pass
  • npm test -- --watchman=false: pass
  • npm run lint: fails with pre-existing repo-wide lint issues unrelated to this change
  • npm run build (repo root): fails because shared workspace build cannot find tsc (pre-existing dependency/setup issue)

@vercel
Copy link
Copy Markdown

vercel Bot commented May 29, 2026

@kike-alt is attempting to deploy a commit to the aminubabafatima8-gmailcom's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 29, 2026

@kike-alt Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Write component tests for GroupCard and ProgressBar

1 participant