From 0af074f5237c4edf420f2b28db7814bac8768a27 Mon Sep 17 00:00:00 2001 From: Rock Date: Tue, 2 Dec 2025 14:12:45 +0100 Subject: [PATCH] Fix instructions (#27) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7545d10..aa6a7a6 100644 --- a/README.md +++ b/README.md @@ -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