docs: add test instructions to README

This commit is contained in:
2026-08-09 16:30:51 +02:00
parent 0bbd11186b
commit 508a3f2dc7
+14
View File
@@ -196,6 +196,20 @@ npm run dev
React Dev Server laeuft auf: `http://localhost:5173`
API-Calls werden automatisch an `http://localhost:5000` weitergeleitet (siehe `vite.config.ts`).
### Tests
**Backend (xUnit):**
```bash
cd FocusApp.Tests
dotnet test
```
**Frontend (ESLint):**
```bash
cd client
npm run lint
```
## 📦 Projektstruktur
```