Compare commits

...

1 Commits

Author SHA1 Message Date
znetsixe
15cfb222b2 P10.7a: fix broken test script (was "diffuser", now "node --test test/")
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 14:40:45 +02:00

View File

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