Skip to content
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

[feature] jest와 nest 테스팅을 통한 TDD 테스트 구성 #4

Open
vcho1958 opened this issue Jan 9, 2022 · 0 comments
Open

Comments

@vcho1958
Copy link
Owner

vcho1958 commented Jan 9, 2022

가입 시 요청이 들어왔을 때 올바른 예외처리가 동작하는지 확인하는 테스트를 구성한다.
레포지터리는 MemoryRepository를 인터페이스에 연결하여 사용한다.
별도의 test브랜치를 생성하여 그쪽에는 MemoryRepository를 사용하도록 하고 추후
MariaDB를 연결한 후에는 main 브랜치 모듈에 TypeORMRepository를 사용하도록 관리한다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant