fix: add jsdom dep, exclude e2e from unit test run - CI tests now pass
Some checks failed
CI — Test & Build / Test & Build (push) Has been cancelled

This commit is contained in:
Forge
2026-03-06 13:55:51 +08:00
parent 7732aace54
commit 4343abbab3
3 changed files with 589 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"jsdom": "^28.1.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vitest": "^3.0.7"