Skip to content

Commit cb06979

Browse files
committed
fix: add missing @testing-library/react and user-event dependencies
- Required for component testing - All tests should now pass
1 parent 1de2f69 commit cb06979

2 files changed

Lines changed: 421 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,12 @@
117117
"@biomejs/biome": "~2.3.6",
118118
"@tamagui/config": "^1.138.6",
119119
"@testing-library/jest-dom": "^6.4.2",
120+
"@testing-library/react": "^16.3.0",
121+
"@testing-library/user-event": "^14.6.1",
120122
"@types/node": "~20.0.0",
121123
"@types/react": "~19.1.0",
122124
"@vitejs/plugin-react": "^5.1.1",
125+
"jsdom": "^27.2.0",
123126
"tsup": "^8.0.0",
124127
"typescript": "~5.9.2",
125128
"vitest": "^4.0.10"

0 commit comments

Comments
 (0)