Skip to content

Commit 9f602ea

Browse files
g-hyxnclaude
andcommitted
chore: src/app 커버리지 제외 목록 복구
Next.js App Router의 page/layout/api route 파일은 RSC로 jsdom 환경에서 단위 테스트 대상이 아니므로 제외 유지 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 42bfedc commit 9f602ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export default defineConfig({
1414
exclude: [
1515
"node_modules/**",
1616
".next/**",
17+
"src/app/**",
1718
"**/*.config.*",
1819
"**/*.d.ts",
1920
],

0 commit comments

Comments
 (0)