]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
refactor(tests): cleanup unused exports and consolidate testable classes
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 28 Feb 2026 21:39:32 +0000 (22:39 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 28 Feb 2026 21:39:56 +0000 (22:39 +0100)
commit4d6442e0e5f487b8cda73345f6ecc1189914144a
tree618dbf680f1eeca49106b604488187fb84b2f850
parent1fbb5ba60902ae5219838ce1f6721771fed96c5d
refactor(tests): cleanup unused exports and consolidate testable classes

- Remove unused exports from UIServerTestUtils
- Remove unused ping()/pong() from MockWebSocket
- Remove waitForCondition from StationHelpers
- Consolidate TestableUIWebSocketServer into UIServerTestUtils
- Remove createMockOCPP20TransactionTestStation wrapper
- Add _brand to MockSharedLRUCache to fix static-only class lint
tests/charging-station/ChargingStationTestUtils.ts
tests/charging-station/helpers/StationHelpers.ts
tests/charging-station/mocks/MockCaches.ts
tests/charging-station/mocks/MockWebSocket.ts
tests/charging-station/ocpp/2.0/OCPP20ServiceUtils-TransactionEvent.test.ts
tests/charging-station/ocpp/2.0/OCPP20TestUtils.ts
tests/charging-station/ui-server/UIServerTestUtils.ts
tests/charging-station/ui-server/UIWebSocketServer.test.ts
tests/charging-station/ui-server/ui-services/AbstractUIService.test.ts