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

test(summury): Add comprehensive test suite for project #42

Merged
merged 5 commits into from
Oct 6, 2023

Conversation

lily4178993
Copy link
Owner

Description:

This pull request adds a comprehensive test suite for the entire project. The tests cover various components and scenarios to ensure the correctness and robustness of the application.

Here is an overview of the tests added:

1. Rockets Component Tests:

  • Test for rendering rocket cards.

2. Mission Component Tests:

  • Test for rendering mission data.
  1. Header Component Tests:

    • Test for rendering the header component.
    • Test for checking navigation links.
  2. MyProfile Component Tests:

    • Test for rendering the MyProfile component.
    • Test for user profile data.

These tests provide a solid foundation for maintaining the project's quality and reliability. They help catch issues early and ensure that the application functions as expected under different conditions.

NOTE: Merge this branch only after merging the sub-branch of unit-tests/added-tests-components

lily4178993 and others added 5 commits October 5, 2023 07:45
Added unit tests to ensure that the MyProfile component correctly renders the My Missions and My Rockets sections. Tests cover scenarios with and without data, and all tests passed successfully.
Add unit tests for rendering and data display for MyProfile components
Copy link
Collaborator

@mryeminthu mryeminthu left a comment

Choose a reason for hiding this comment

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

Hello @lily4178993
Your project is complete! There is nothing else to say other than... it's time to merge it :shipit:
Congratulations! 🎉

@mryeminthu mryeminthu merged commit bcfb275 into dev Oct 6, 2023
3 checks passed
@lily4178993 lily4178993 deleted the unit-tests/added-tests-components branch October 6, 2023 10:43
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.

2 participants