before functional changes by codex

This commit is contained in:
znetsixe
2026-02-19 17:38:05 +01:00
parent 0430471dca
commit ee38c8b581
13 changed files with 82 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"description": "Control module machineGroupControl",
"main": "mgc.js",
"scripts": {
"test": "node mgc.js"
"test": "node --test test/basic/*.test.js test/integration/*.test.js test/edge/*.test.js"
},
"repository": {
"type": "git",
@@ -24,4 +24,4 @@
"machineGroupControl": "mgc.js"
}
}
}
}