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

Feat: integerate Jest for testing React components #26

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ahmad-kashkoush
Copy link

What I've done:

  1. configure jest and jest setup
  2. Update tsconfig to be able to recognize jest type definitions
  3. added a sample test for testing Label component found in the UI

My questions:

  • Do you want a specific directory for testing instead of having tested components all over the place?

Closes #7

@ahmad-kashkoush
Copy link
Author

@keshav-nischal kindly review this PR, I hope to get a feedback

@ahmad-kashkoush ahmad-kashkoush force-pushed the feat/add-jest-for-react branch from c9a63aa to c6900e3 Compare January 21, 2025 12:32
@ahmad-kashkoush ahmad-kashkoush force-pushed the feat/add-jest-for-react branch from c6900e3 to 1f5178d Compare January 21, 2025 12:33
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.

Jest+React-testing-library Integeration
1 participant