-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Master list for missing tests #699
Comments
hvu-dev
added a commit
to hvu-dev/f-rad-ui
that referenced
this issue
Jan 1, 2025
I’d like to work on this for Code Component |
hvu-dev
added a commit
to hvu-dev/f-rad-ui
that referenced
this issue
Jan 1, 2025
hvu-dev
added a commit
to hvu-dev/f-rad-ui
that referenced
this issue
Jan 1, 2025
hvu-dev
added a commit
to hvu-dev/f-rad-ui
that referenced
this issue
Jan 1, 2025
I’d like to work on this for Switch Component |
I’d like to work on this for Table Component |
I’d like to work on this for Quote Component |
Closing as we're done with all the active items here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add missing tests for components mentioned below:
Accordion(@g-charan ) (Added tests for Accordion component #700 #708)AvatarGroup(@GoldGroove06 ) (AvatarGroup Tests #707)Badge(@kotAPI ) (Refactor Badge and BlockQuote components for consistency + Add Tests #721)BlockQuote(@kotAPI ) (Refactor Badge and BlockQuote components for consistency + Add Tests #721)Button(@chromium-52 ) (Cherry-pick <Button /> and <Progress /> commits from #668 #734)Code(@hvu-dev ) (Fix #699: Add test for Code component #719)Em(@GoldGroove06 ) (Em tests #740)Heading(@GoldGroove06 ) (Heading tests #744)kbd(@GoldGroove06 ) (Kbd and Link component tests #746)Link(@GoldGroove06 ) (Kbd and Link component tests #746)Progress(@chromium-52 ) (Cherry-pick <Button /> and <Progress /> commits from #668 #734)Quote(@hvu-dev ) (Fix #737: Update test for Quote Component #738)Table(@hvu-dev ) (Fix #735: Add tests for Table Component #736)Toggle(@GoldGroove06 ) (tests and refactoring for toggle and toggleGroup component #755)ToggleGroup(@GoldGroove06 ) (Not ready for tests.)Note:
Before trying to write any tests for a component, open a issue regarding the tests for that individual component and mention
that in the discord or here in the message section so that everyone knows you are working on it.
Guide:
For any tests you are trying to write cover as many possible cases as possible that comes to your mind. you can take help from the other contributors or use the below example as a simple reference.
https://github.com/rad-ui/ui/blob/main/src/components/ui/Collapsible/tests/Collapsible.test.tsx
The text was updated successfully, but these errors were encountered: