TechScribe2024 / frontend

TechScribe is a sleek and modern blogging platform designed for developers and tech enthusiasts to share knowledge, tutorials, and insights. The frontend of TechScribe is built with a focus on simplicity, responsiveness, and user experience.
2 stars 13 forks source link

Add jest test cases for login and signup #12

Closed Zish303 closed 1 month ago

Zish303 commented 1 month ago

Fixes #9

This PR adds two Jest test case files for the Login and Signup components.

The test cases ensures:

  1. Both forms render correctly, validate user input, and handle submission events.
  2. The form fields display validation errors for incorrect inputs and simulate form submission.
  3. The Signup component tests password strength indicators and field validation.
  4. Proper routing to the login page is validated.

Please review and merge this PR.

ParishiB commented 1 month ago

Thank you @Zish303