Skip to content

Commit

Permalink
ci: jest 타입 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ImxYJL committed Jul 23, 2024
1 parent ad2e66d commit 8213a1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"paths": {
"@/*": ["src/*"]
},
"jsxImportSource": "@emotion/react"
"jsxImportSource": "@emotion/react",
"types": ["jest", "@testing-library/jest-dom"]
},
"include": ["src", "**/*.tsx", "types.d.ts"],
"exclude": ["node_modules", "dist"]
Expand Down

0 comments on commit 8213a1f

Please sign in to comment.