목록NestJS (1)
Hello Ocean! 🌼
[error] Jest did not exit one second after the test run has completed. 해결
저번에 진행한 원티드 백엔드 프리온보딩코스 4번째 과제의 테스트코드 작성 중 발견한 에러이다. e2e test를 실행했을 때, test종료 후에 아래와 같은 노란 경고 메세지가 등장했다! 메세지를 그대로 해석해보면 Jest did not exit one second after the test run has completed. → Jest가 test가 완료되고 1초 후에도 exit되지 않았다. → Jest가 안끝난다!! (뭔가 종료되지 않고 남아있다) This usally means that there are asynchronous operations that weren't stopped in your tests. Consider running Jest with '--detectOpenHandles' to..
NestJS
2021. 12. 21. 23:44