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.
관련 이슈
작업 내용
특이 사항
1) msw 1.x -> 2.x
msw가 2.x 버젼으로 업데이트 되면서 Node.js 전역변수와 관련된 문제가 있었어요.
Request/Response/TextEncoder is not defined (Jest)
이 문제를 해결하기 위해서는
즉, 다운그레이드를 할 수 있도록 도와주는 폴리필 파일을 만들고
jest.config.js
파일에 추가해줘야 했어요!모듈 번들러는 웹팩을 사용할 것이 권장되었지만, 테스트 프레임워크에 대한 제한은 없었으니 더 문제가 생기면 vitest로 가도 괜찮을 것 같아요!
리뷰 요구사항 (선택)