before functional changes by codex

This commit is contained in:
znetsixe
2026-02-19 17:37:36 +01:00
parent 1ea4788848
commit b285d8e83a
13 changed files with 81 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"description": "EVOLV Grafana dashboard generator (Node-RED node).",
"main": "dashboardapi.js",
"scripts": {
"test": "node --test test/*.test.js"
"test": "node --test test/basic/*.test.js test/integration/*.test.js test/edge/*.test.js"
},
"keywords": [
"dashboard",
@@ -23,4 +23,3 @@
}
}
}