Untitled

jest config에 아래의 코드를 추가

"moduleNameMapper": {
"src/(.*)": "<rootDir>/$1"
}

Ref

Typescript + Jest 절대경로 설정