📚 Reference
📜 Chapter
ts-jest
- ts-jest
- A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript.
- Jest를 사용하여 TypeScript로 작성된 프로젝트를 테스트할 수 있는 소스 맵 지원이 있는 Jest transformer이다.
설치
# npm
npm i ts-jest
# yarn
yarn add ts-jest
yarn add -D ts-jest