Revert "Merge pull request #229 from xqliu/test/add-ut-infrastructure"

This reverts commit 683e77b92f, reversing
changes made to 791cecd2ff.
This commit is contained in:
Liu Xiang Qian
2025-11-04 00:58:12 +08:00
parent e044e8f6bd
commit 72a373e9e4
11 changed files with 13 additions and 3769 deletions

View File

@@ -5,8 +5,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest run"
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.3",
@@ -23,16 +22,13 @@
"zustand": "^5.0.2"
},
"devDependencies": {
"@testing-library/react": "^16.1.0",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"vite": "^6.0.7",
"vitest": "^2.1.8"
"vite": "^6.0.7"
}
}