Skip to content
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

Add unit test for About, Demo and Faq ui component #521

Open
2 tasks done
abhishek-2k23 opened this issue Jan 31, 2025 · 0 comments · May be fixed by #532
Open
2 tasks done

Add unit test for About, Demo and Faq ui component #521

abhishek-2k23 opened this issue Jan 31, 2025 · 0 comments · May be fixed by #532
Assignees
Labels
enhancement New feature or request test Denotes code testing or validation

Comments

@abhishek-2k23
Copy link

Description

The About, Demo and Faq components in the ui package currently lack corresponding test files. To maintain test coverage and ensure stability, we need to add unit tests for these components.

Expected Behavior

  • Each component (About and Demo) should have a dedicated test file.
  • Tests should verify component rendering, props handling, and expected behavior.
  • Ensure coverage aligns with project standards.

Steps to Reproduce

  • Create test files inside tests folder of ui package:
    - About.test.jsx
    - Demo.test.jsx
    - Faq.test.jsx
  • Use Vitest for writing and running tests.
  • Follow existing test patterns within the UI package.

Screenshots or Recordings

No response

Confirmation Checklist

  • I have searched for similar issues issues and made sure no duplicate issue exists..
  • I have provided all the necessary information to understand and reproduce the bug.
@abhishek-2k23 abhishek-2k23 added enhancement New feature or request test Denotes code testing or validation labels Jan 31, 2025
@abhishek-2k23 abhishek-2k23 self-assigned this Jan 31, 2025
@abhishek-2k23 abhishek-2k23 linked a pull request Feb 4, 2025 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request test Denotes code testing or validation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant