]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix: ensure proper cleanup of BroadcastChannel resources in AbstractUIService tests
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 10 Jan 2026 15:26:39 +0000 (16:26 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 10 Jan 2026 15:26:39 +0000 (16:26 +0100)
commit65bce4e9f012d56037dd989f68b0315e002bdd6a
tree7a945b01c8c6dfb7a76636c797e8a2f37ef49404
parent28845c6da6f35a860b43b48c38038a63aa261918
fix: ensure proper cleanup of BroadcastChannel resources in AbstractUIService tests

Add service.stop() calls to all AbstractUIService tests to properly close
BroadcastChannel instances. On Windows, unclosed BroadcastChannel handles
can cause test freezes due to unfreed system resources. This ensures proper
cleanup after each test completes.
tests/charging-station/ui-server/ui-services/AbstractUIService.test.ts