Resume Craft: Your go-to platform for effortlessly tailoring ATS-friendly resumes to job descriptions. Streamline your job application process and stand out in the competitive market.
Add Integration tests using jest wherever required and possible.
Changes made:
Restructured the existing tests in the __test__ folder
Added integration tests for unit testable components
Note:
Need to re think the form startegy so that the code is easily unit testable. Currently, we're using the shadcnui library's form components, which are controlled components. This is causing issues in testing the changes
How Has This Been Tested?
In Progress
Screenshots / Videos (If required)
NA
Checklist:
[ ] My code follows the style guidelines of this project
[ ] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
Summary
Requirement:
Add Integration tests using jest wherever required and possible.
Changes made:
__test__
folderNote:
How Has This Been Tested?
In Progress
Screenshots / Videos (If required)
NA
Checklist: