From d2384b1a2d285206c92be2d82592b5196c95d884 Mon Sep 17 00:00:00 2001 From: znetsixe Date: Mon, 11 May 2026 14:40:46 +0200 Subject: [PATCH] P10.7a: fix test script (was running pumpingStation.js, now node --test test/) Co-Authored-By: Claude Opus 4.7 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a463ff..844ec69 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Control module", "main": "pumpingStation.js", "scripts": { - "test": "node pumpingStation.js" + "test": "node --test test/" }, "repository": { "type": "git",