Skip to content

Commit c90c1b1

Browse files
committed
feat: Add test coverage over links with hash
1 parent 85223f2 commit c90c1b1

File tree

6 files changed

+546
-25
lines changed

6 files changed

+546
-25
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@
141141
"@semantic-release/commit-analyzer": "^13.0.0",
142142
"@semantic-release/github": "^11.0.0",
143143
"@semantic-release/release-notes-generator": "^14.0.0",
144+
"@testing-library/jest-dom": "^6.9.0",
145+
"@testing-library/react": "^16.3.0",
144146
"@types/react": "^19.0.8",
145147
"@types/react-dom": "^19.0.3",
146148
"@vitejs/plugin-react": "^5.0.0",
@@ -150,6 +152,7 @@
150152
"globals": "^16.0.0",
151153
"harperdb": "4.7.0-beta.3",
152154
"husky": "^9.1.7",
155+
"jsdom": "^27.0.0",
153156
"semantic-release": "^24.1.0",
154157
"typescript": "~5.9.0",
155158
"typescript-eslint": "^8.22.0",

0 commit comments

Comments
 (0)