Skip to content

Commit 198ce11

Browse files
committed
chore: Jest modulePathIgnorePatterns 옵션 추가
1 parent 0470d3d commit 198ce11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const config: Config = {
55
rootDir: '.',
66
testEnvironment: 'node',
77
moduleFileExtensions: ['js', 'json', 'ts'],
8+
modulePathIgnorePatterns: ['<rootDir>/dist/'],
89

910
// 테스트 파일 탐색 및 변환 설정
1011
testRegex: '.*\\.spec\\.ts$',

0 commit comments

Comments
 (0)