Validate dashboardapi round-trip through Node-RED

This commit is contained in:
Rene De Ren
2026-03-12 11:40:37 +01:00
parent c9bacb64c8
commit bd9432eebb
4 changed files with 107 additions and 32 deletions

View File

@@ -4,6 +4,7 @@ module.exports = {
testMatch: [
'<rootDir>/nodes/generalFunctions/src/coolprop-node/test/**/*.test.js',
'<rootDir>/nodes/generalFunctions/test/**/*.test.js',
'<rootDir>/nodes/dashboardAPI/test/**/*.test.js',
'<rootDir>/nodes/monster/test/**/*.test.js',
'<rootDir>/nodes/pumpingStation/test/**/*.test.js',
'<rootDir>/nodes/reactor/test/**/*.test.js',