[NestJS]Jest를 이용해 테스트하자 - 1. 유닛 테스트(Unit Testing)
NestJS에서는 기본적으로 jest를 활용한 테스트 기능을 제공합니다. 오늘은 jest를 활용해 유닛 테스트하는 방법에 대해 알아보겠습니다. Documentation | NestJS - A progressive Node.js frameworkNest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Readocs.n..