Skip to content

feat: React 투입/반환 기능 테스트 및 구현 #136

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

Open
wants to merge 48 commits into
base: main
Choose a base branch
from

Conversation

sanholl
Copy link
Contributor

@sanholl sanholl commented Apr 4, 2025

관련 이슈

#12

작업 내용

  • feat: common 함수 테스트 코드 작성
  • feat: balanceReducer, logMessageReducer 테스트 코드 작성 및 구현
  • feat: 투입/반환 및 로그 출력 테스트코드 작성 및 구현

테스트 방법

  • UI 렌더링 테스트
    • 각 UI 요소(input, 버튼, 에러 메시지, 로그 패널 등)가 잘 렌더링되는지
  • 입력 검증
    • 양수를 입력하면 정상 동작, 음수/문자/0 입력 시 에러 발생
  • 버튼 클릭 테스트
    • 투입 버튼 → balance, 로그 업데이트
    • 반환 버튼 → balance 초기화, 로그 출력

sanholl and others added 30 commits March 24, 2025 20:54
@sanholl sanholl added the WIP 아직 작업 중입니다. label Apr 4, 2025
@tmt132 tmt132 assigned tmt132 and unassigned tmt132 Apr 4, 2025
@sanholl sanholl added Needs Review 리뷰받을 준비가 되면 추가해주세요 and removed WIP 아직 작업 중입니다. labels Apr 5, 2025
@sanholl sanholl marked this pull request as ready for review April 5, 2025 00:04
@sanholl sanholl requested a review from taggon as a code owner April 5, 2025 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review 리뷰받을 준비가 되면 추가해주세요
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants