Tests for guest-component
User Story
As a frontend developer, I want to implement unit tests for the wedding-guest component so that we can ensure its stability and correct behavior during interaction with guest list.
Acceptance Criteria
- Create unit tests to verify all guest operation (creation,deletion,edition)
- Ensure buttons works correctly
- Mock API source calls where necessary
- Achieve at least 80% test coverage for the component