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 Test suites for components using Jest #13

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Conversation

tan12082001
Copy link
Owner

Implement Component test suites:

Implemented tasks:

  • Installed required dependencies for the jest testing environment.
  • Created __tests__ folder for the component test files.
  • Created component tests for ItemDetail, MyReservations, ReserveCar, AddNewCar, DashboardHome, DeleteList, SignUp and SignIn components.

NOTE:

  • Was not able to solve the props spread linter issue.
  • Required to add more test cases for the ItemDetails component.

@tan12082001 tan12082001 linked an issue Dec 12, 2023 that may be closed by this pull request
Copy link
Collaborator

@Wineshuga Wineshuga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Status: Approved💯🟢

All the tests pass. Great work @tan12082001
you can go on to merge :shipit:

@tan12082001 tan12082001 merged commit e1c1899 into dev Dec 12, 2023
2 of 3 checks passed
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.

[2pt] - Add Unit tests for components
2 participants