We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0470d3d commit 198ce11Copy full SHA for 198ce11
jest.config.ts
@@ -5,6 +5,7 @@ const config: Config = {
5
rootDir: '.',
6
testEnvironment: 'node',
7
moduleFileExtensions: ['js', 'json', 'ts'],
8
+ modulePathIgnorePatterns: ['<rootDir>/dist/'],
9
10
// 테스트 파일 탐색 및 변환 설정
11
testRegex: '.*\\.spec\\.ts$',
0 commit comments