Skip to content

Commit 62ba68e

Browse files
committed
chore: 빌드 파일은 테스트에서 제외
1 parent edecfb1 commit 62ba68e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ module.exports = {
1010
'@utils/(.*)': '<rootDir>/utils/$1',
1111
'@errors/(.*)': '<rootDir>/errors/$1',
1212
},
13+
modulePathIgnorePatterns: ['<rootDir>/dist/'],
1314
};

0 commit comments

Comments
 (0)