Add monster coverage and stack validation

This commit is contained in:
Rene De Ren
2026-03-12 10:32:09 +01:00
parent e580c93c84
commit c9bacb64c8
4 changed files with 162 additions and 12 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/monster/test/**/*.test.js',
'<rootDir>/nodes/pumpingStation/test/**/*.test.js',
'<rootDir>/nodes/reactor/test/**/*.test.js',
'<rootDir>/nodes/settler/test/**/*.test.js',