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
Add a simple unit test for the GithubLink component to verify it renders correctly and contains the correct href and aria-label. This is a small, approachable test for new contributors.
Tasks
Create a test file test/ui/github-link.test.tsx (or similar) using the existing test framework (vitest + testing-library).
Render GithubLink and assert the anchor's href and aria-label are present.
Run the test suite and ensure it passes.
Tip
🚀 Want to contribute?
Comment assign me to be automatically assigned to this issue via our GitHub Actions bot. Happy coding! ✨
Add a simple unit test for the
GithubLinkcomponent to verify it renders correctly and contains the correcthrefandaria-label. This is a small, approachable test for new contributors.Tasks
test/ui/github-link.test.tsx(or similar) using the existing test framework (vitest + testing-library).GithubLinkand assert the anchor'shrefandaria-labelare present.Tip
🚀 Want to contribute?
Comment
assign meto be automatically assigned to this issue via our GitHub Actions bot. Happy coding! ✨