Skip to content

Commit ad0b0f1

Browse files
committed
Merge remote-tracking branch 'origin/dev'
2 parents 7301bc0 + 0436333 commit ad0b0f1

18 files changed

Lines changed: 2200 additions & 329 deletions

apps/desktop/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"dev": "vite",
77
"build": "tsc && vite build",
88
"preview": "vite preview",
9+
"test": "vitest run",
10+
"test:watch": "vitest",
911
"tauri": "tauri",
1012
"tauri:dev": "tauri dev",
1113
"tauri:build": "tauri build"
@@ -25,12 +27,17 @@
2527
},
2628
"devDependencies": {
2729
"@tauri-apps/cli": "^2.0.0",
30+
"@testing-library/jest-dom": "^6.6.3",
31+
"@testing-library/react": "^16.1.0",
32+
"@testing-library/user-event": "^14.5.2",
2833
"@types/react": ">=18 <19",
2934
"@types/react-dom": ">=18 <19",
3035
"@vitejs/plugin-react": "^4.7.0",
36+
"jsdom": "^25.0.1",
3137
"typescript": "~5.8.3",
3238
"vite": "^7.1.0",
3339
"vite-plugin-top-level-await": "1.6.0",
34-
"vite-plugin-wasm": "3.5.0"
40+
"vite-plugin-wasm": "3.5.0",
41+
"vitest": "^2.1.3"
3542
}
3643
}

0 commit comments

Comments
 (0)