Skip to content

Commit 77f99fb

Browse files
committed
chore(web): add jest jsdom env and ts-jest
1 parent e6ea585 commit 77f99fb

2 files changed

Lines changed: 500 additions & 9 deletions

File tree

apps/web/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,18 @@
1616
"recharts": "^2.12.7"
1717
},
1818
"devDependencies": {
19+
"@types/jest": "^29.5.12",
1920
"@types/node": "^20.14.12",
2021
"@types/react": "^18.3.3",
2122
"@types/react-dom": "^18.3.0",
2223
"autoprefixer": "^10.4.20",
2324
"eslint": "^8.57.0",
2425
"eslint-config-next": "14.2.12",
2526
"jest": "^29.7.0",
27+
"jest-environment-jsdom": "^30.2.0",
2628
"postcss": "^8.4.41",
2729
"tailwindcss": "^3.4.10",
30+
"ts-jest": "^29.2.5",
2831
"typescript": "^5.5.4"
2932
},
3033
"repository": {

0 commit comments

Comments
 (0)