Skip to content

test(meetup): 모임 찾기, 만들기 관련 테스트 코드 추가#356

Merged
sohyun0 merged 14 commits into
developfrom
#353-test-meetup
May 8, 2026
Merged

test(meetup): 모임 찾기, 만들기 관련 테스트 코드 추가#356
sohyun0 merged 14 commits into
developfrom
#353-test-meetup

Conversation

@PollyGotACracker
Copy link
Copy Markdown
Collaborator

@PollyGotACracker PollyGotACracker commented May 2, 2026

🛠️ 설명 (Description)

모임 찾기, 모임 만들기 관련 테스트 코드를 추가하였습니다.

📝 변경 사항 요약 (Summary)

  • 아래 목록의 파일 테스트 코드 추가
    • GroupCard, InputFile 컴포넌트
    • /features/meetup/components 컴포넌트들
    • images, meetings, meetingTypes (/apis)
    • useDragScroll, useInputImage, useQueryParams, useScrollVisibilityDynamic (/hooks)
  • /features/meetup/create/providers 기존 테스트 코드 수정

💁 변경 사항 이유 (Why)

  • 개발 중 발생할 수 있는 휴먼 에러 방지

✅ 테스트 계획 (Test Plan)

  • 유닛 및 통합 테스트 작성 완료

🔗 관련 이슈 (Related Issues)

☑️ 체크리스트 (Checklist)

  • 코드가 프로젝트 코딩 컨벤션을 따릅니다.
  • 테스트 코드가 작성되었고, 통과했습니다.
  • 변경 사항에 대한 문서화가 완료되었습니다.
  • 필요한 경우, 다른 팀원에게 리뷰를 요청했습니다.
  • CI/CD 파이프라인이 성공했습니다.

@PollyGotACracker PollyGotACracker self-assigned this May 2, 2026
@PollyGotACracker PollyGotACracker added the test 테스트 코드 추가/수정 label May 2, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request introduces a comprehensive suite of unit and integration tests for various API modules, UI components, and custom hooks. Key changes include exporting route constants for testability and fixing minor typos in component placeholders. The review feedback focuses on improving test reliability and adherence to React Testing Library best practices, such as using semantic queries instead of direct DOM manipulation, ensuring test descriptions accurately reflect the assertion logic, and avoiding flaky tests by reusing File objects in assertions.

Comment thread components/ui/Inputs/InputFile/index.test.tsx Outdated
Comment thread features/meetup/components/AddressField/index.test.tsx Outdated
Comment thread features/meetup/components/FileField/index.test.tsx Outdated
Comment thread features/meetup/components/FileField/index.test.tsx Outdated
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

🧷 Preview: https://reboot-czobgbvyq-code-base.vercel.app
⏰ 배포 시각: 2026년 05월 08일 15시 35분

@sohyun0 sohyun0 merged commit 2a8f6ae into develop May 8, 2026
1 check passed
@sohyun0 sohyun0 deleted the #353-test-meetup branch May 8, 2026 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test 테스트 코드 추가/수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TEST] 모임 찾기, 만들기 관련 테스트 코드 추가

2 participants