🧪 Add testing scripts using Vitest to package.json
This commit is contained in:
@@ -8,7 +8,11 @@
|
|||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"oauth-proxy": "node server/oauth-proxy.js",
|
"oauth-proxy": "node server/oauth-proxy.js",
|
||||||
"dev:full": "concurrently \"npm run dev\" \"npm run oauth-proxy\""
|
"dev:full": "concurrently \"npm run dev\" \"npm run oauth-proxy\"",
|
||||||
|
"test": "vitest",
|
||||||
|
"test:ui": "vitest --ui",
|
||||||
|
"test:coverage": "vitest --coverage",
|
||||||
|
"test:run": "vitest run"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user