Open
Conversation
- react-testing-library - vitest - jsdom - msw - vite-plugin-checker
Open
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.
Summary
TDD 환경 구축과 TDD에 필요한 pkg를 설정하고 기획 및 계획한 PR이다. 특히, Turbo에 대한 개념과 생태계를 학습했으며, 이를 통해서 Turbo의 오해와 개념을 정리 할 수 있었다. 더불어서 TDD를 테스트할 수 있는 개발 환경을 구축했고 Mock API를 기반으로 간단하게 구축하고 TDD를 학습할 예정이다.
Changes