-
Notifications
You must be signed in to change notification settings - Fork 21
test: Add unit test for GithubLink component #164
Open
Description
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
GithubLinkand assert the anchor'shrefandaria-labelare 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! ✨