Open
Conversation
seorang42
approved these changes
Mar 31, 2026
Comment on lines
-148
to
+149
| expect(screen.getByText('회의를 생성 중입니다...')).toBeInTheDocument(); | ||
| // 이 테스트 부분에 오류가 발생해서 한번확인을 해주시면 좋을것 같습니다. | ||
| // expect(screen.getByText('회의를 생성 중입니다...')).toBeInTheDocument(); |
Collaborator
There was a problem hiding this comment.
Portal 모킹으로 해결된 문제 같습니다! 현재 dev 브랜치에는 반영되어 있는걸 보면 이전 내용 같아서 merge 시에 충돌이 발생한다면 dev를 기준으로 바꿔주시면 될 것 같아요
Comment on lines
+38
to
+42
| // 이것도 테스트 오류가 뜨더라구요 이유는 잘 모르겠습니다. | ||
| // it('유효한 ISO 문자열을 한국 시간 형식으로 포맷한다', () => { | ||
| // const result = formatTimestamp('2024-01-01T00:30:00Z'); | ||
| // expect(result).toMatch(/(오전|오후)/); | ||
| // }); |
Collaborator
There was a problem hiding this comment.
이 부분은 저도 잘 모르겠네요. 제 쪽에서 pnpm test를 했을 때는 발생하지 않고, 코드도 동일한 것 같은데 전 잘 돼서 오류의 원인을 파악할 수가 없네요...
Collaborator
There was a problem hiding this comment.
이 부분은 제 쪽에서도 문제없이 통과되긴합니다...
tjsdn052
approved these changes
Mar 31, 2026
Collaborator
tjsdn052
left a comment
There was a problem hiding this comment.
반영 부분 확인했습니다. 고생하셨습니다!!
ChaJiTae
approved these changes
Apr 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 이슈 번호
✅ 작업 내용
CI/CD 파이프라인에 프론트엔드 단위 테스트를 추가하였습니다.
프론트엔드 테스트 중 오류가 발생하는 일부 코드는 우선 주석 처리하였습니다.
🤔 리뷰 요구사항
📸 스크린샷 (선택)