Skip to content

Commit 1291e9e

Browse files
committed
Fix Anchor and add unit tests for it
1 parent 524f618 commit 1291e9e

File tree

5 files changed

+606
-61
lines changed

5 files changed

+606
-61
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,12 @@
9393
"@next/eslint-plugin-next": "^15.3.3",
9494
"@playwright/test": "^1.54.2",
9595
"@svgr/webpack": "^8.1.0",
96+
"@testing-library/dom": "^10.4.1",
97+
"@testing-library/jest-dom": "^6.8.0",
98+
"@testing-library/react": "^16.3.0",
9699
"@types/codemirror": "5.60.16",
97100
"@types/hast": "3.0.4",
101+
"@types/jsdom": "^21.1.7",
98102
"@types/node": "^22.10.5",
99103
"@types/react": "^18.3.23",
100104
"@types/rss": "0.0.32",
@@ -107,6 +111,7 @@
107111
"eslint-plugin-react": "^7.37.5",
108112
"eslint-plugin-react-hooks": "^5.2.0",
109113
"eslint-plugin-tailwindcss": "3.18.2",
114+
"jsdom": "^26.1.0",
110115
"prettier": "3.5.3",
111116
"prettier-plugin-pkg": "^0.20.0",
112117
"prettier-plugin-tailwindcss": "^0.6.12",

0 commit comments

Comments
 (0)