diff --git a/docs/SETUP.md b/docs/SETUP.md index 06d671312..9e63f5883 100644 --- a/docs/SETUP.md +++ b/docs/SETUP.md @@ -195,17 +195,12 @@ Coverage reports are generated in: `target/site/jacoco/index.html` ### Frontend Tests -**Run all tests**: +**Run all tests** (coverage is collected by default): ```powershell cd frontend npm test ``` -**Run with coverage (coverage is collected by default)**: -```powershell -npm test -``` - Coverage report: `frontend/coverage/lcov-report/index.html` **Run specific test file**: