From f73841dbd87c330037a7c5f4ae23780c51d07a60 Mon Sep 17 00:00:00 2001 From: tumiwisista Date: Tue, 8 Jul 2025 16:00:15 +0200 Subject: [PATCH] docs: add testing setup instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dc50443..6f6e571 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,10 @@ npm install ## Development ### Testing +Before running tests, install dependencies using `npm install` (or `npm ci` for +CI environments). The test suite uses [vitest](https://vitest.dev) and mocks the +Redis backend, so no Redis server is required. + ```sh npm run test # Run tests npm run lint # Run linter