From 7f9ea513b109f752a29755124f1c40b7943bf7cc Mon Sep 17 00:00:00 2001 From: "jasmine.kaur" Date: Tue, 21 Apr 2026 12:14:58 +0530 Subject: [PATCH] Updating README.md --- tests/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/README.md b/tests/README.md index a648672..052fc47 100644 --- a/tests/README.md +++ b/tests/README.md @@ -235,6 +235,7 @@ The discovery script matches files to runners as follows: - **Node.js** (v22, see `.nvmrc`) + `npm ci` - **Python 3.9+** and `pip install pytest` - only needed if you have Python script-tests +- **Bats** (`brew install bats-core`) - only needed if you have Bats script-tests - No additional tools needed for bash script-tests ## Need a different language?