diff --git a/frontend/package.json b/frontend/package.json index 43583405c..72c8ab606 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,6 +43,7 @@ "start": "vite", "build": "tsc && vite build", "serve": "vite preview", + "test": "vitest", "prettier_check": "npx prettier --check src" }, "eslintConfig": {