SOFTENG310-Team4 / SMARTJ

SMARTJ is a web application designed to help active job seekers practice their interview skills and find available jobs in their field of study. Developed by Team 4 as part of the SOFTENG 310 course at the University of Auckland.
MIT License
0 stars 11 forks source link

feat: Added unit tests for rest of the pages #66

Closed tyin363 closed 2 months ago

tyin363 commented 2 months ago

Context

Added unit tests for the InterviewPractice, InterviewSettings, and JobFinder pages to enhance test coverage and verify component functionality.

Closes #47

What Changed?

InterviewPractice Page: Added tests to verify:

InterviewSettings Page: Added tests to verify:

JobFinder Page: Added tests to verify:

How To Review

  1. InterviewPractice Tests:
    • Ensure tests cover component rendering, question navigation, and answer type handling.
  2. InterviewSettings Tests:
    • Verify that default and updated settings are tested correctly.
  3. JobFinder Tests:
    • Check the implementation of job listings rendering, filtering, and sorting functionalities.

      Testing

Risks

Notes

N/A