Fix instructions (#27)

This commit is contained in:
Rock
2025-12-02 14:12:45 +01:00
committed by GitHub
parent b4d021a548
commit 0af074f523

View File

@@ -46,9 +46,9 @@ The server runs on port 3000 (or `process.env.PORT`). Endpoints:
Run tests with Jest:
- All tests: `npm test`
- Unit tests: `npm run test:unit` (if defined; otherwise, use `npm test -- tests/unit/`)
- Integration tests: `npm run test:integration` (if defined; otherwise, use `npm test -- tests/integration/`)
- E2E tests: `npm run test:e2e` (if defined; otherwise, use `npm test -- tests/e2e/`)
- Unit tests: `npm test -- tests/unit/`
- Integration tests: `npm test -- tests/integration/`
- E2E tests: `npm test -- tests/e2e/`
## Linting