mirror of
https://github.com/YuzuZensai/VRC-Circle.git
synced 2026-09-13 10:58:59 +00:00
🧪 test: Add unit tests
This commit is contained in:
+5
-2
@@ -10,11 +10,13 @@
|
||||
"dev": "electron-vite dev",
|
||||
"build": "pnpm run check && electron-vite build",
|
||||
"preview": "electron-vite preview",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"start": "electron-vite preview",
|
||||
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
|
||||
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
|
||||
"typecheck": "pnpm run typecheck:node && pnpm run typecheck:web",
|
||||
"check": "pnpm run lint && pnpm run typecheck && pnpm run format",
|
||||
"check": "pnpm run lint && pnpm run typecheck && pnpm run format && pnpm run test",
|
||||
"lint": "eslint .",
|
||||
"format": "prettier --check .",
|
||||
"format:fix": "prettier --write .",
|
||||
@@ -61,7 +63,8 @@
|
||||
"tailwindcss": "^4.3.1",
|
||||
"typescript": "^5.7.3",
|
||||
"typescript-eslint": "^8.62.0",
|
||||
"vite": "^6.0.7"
|
||||
"vite": "^6.0.7",
|
||||
"vitest": "^4.1.9"
|
||||
},
|
||||
"packageManager": "pnpm@10.33.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user