fix(server): make npm test work on Windows (bare node --test)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Timo Knuth
2026-07-06 12:40:51 +02:00
parent e36628d49d
commit 3fea520317

View File

@@ -8,7 +8,7 @@
"rebuild:batches": "node scripts/rebuild-from-batches.js",
"diagnostics": "node scripts/plant-diagnostics.js",
"images:download": "node scripts/download-plant-images.js",
"test": "node --test test/"
"test": "node --test"
},
"keywords": [],
"author": "",