P10.7a: fix test script (was running pumpingStation.js, now node --test test/)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
znetsixe
2026-05-11 14:40:46 +02:00
parent 52d3889fbc
commit d2384b1a2d

View File

@@ -4,7 +4,7 @@
"description": "Control module", "description": "Control module",
"main": "pumpingStation.js", "main": "pumpingStation.js",
"scripts": { "scripts": {
"test": "node pumpingStation.js" "test": "node --test test/"
}, },
"repository": { "repository": {
"type": "git", "type": "git",