Skip to content

Commit

Permalink
[KAN-122] chore : playwright 테스트 파일을 jest 테스트에서 제외
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchaeney committed Oct 14, 2024
1 parent 87e4181 commit 3704d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const config = {
'<rootDir>/src/app/components/**/*.test.tsx',
'<rootDir>/src/app/components/**/*.test.ts',
],
testPathIgnorePatterns: ['<rootDir>/src/app/**/page.test.tsx'],
testPathIgnorePatterns: ['^src/app/.*/page.(test|spec).(ts|tsx)$'],
};

// createJestConfig is exported this way to ensure that next/jest can load the Next.js config which is async
Expand Down

0 comments on commit 3704d74

Please sign in to comment.