Fix expandTopic selector, restore and streamline comprehensive UI tests (#938)

This commit is contained in:
Copilot
2025-12-20 23:26:15 +01:00
committed by GitHub
parent c55c3a8245
commit e725b1d012
8 changed files with 635 additions and 117 deletions

View File

@@ -2,10 +2,10 @@ import * as mqtt from 'mqtt'
/**
* Test-specific MQTT mock (no timers)
*
*
* This mock connects to the broker but doesn't publish any messages automatically.
* Each test should publish only the messages it needs via the returned client.
*
*
* This is different from the demo video mock which uses timers.
*/