This commit is contained in:
znetsixe
2026-01-20 20:47:19 +01:00
parent ed9409fc29
commit 6b58dd4bd5
2 changed files with 11 additions and 5 deletions

View File

@@ -251,6 +251,7 @@ test('output includes pulse and flow fields', () => {
assert.ok(Object.prototype.hasOwnProperty.call(output, 'timeToNextPulseSec'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'targetVolumeM3'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'targetProgressPct'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'targetDeltaL'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'targetDeltaM3'));
assert.ok(Object.prototype.hasOwnProperty.call(output, 'predictedRateM3h'));
});