]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
refactor(tests): remove deprecated code and backward compatibility
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 28 Feb 2026 21:24:07 +0000 (22:24 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 28 Feb 2026 21:24:07 +0000 (22:24 +0100)
commitfda8a4e0424b1f3e7f5c877c6f2fbf5b3ec57364
tree69d7f67673f07a3f2ed8ff318f35448c98011ac1
parent838a2ca01f1fcc1d25aa944179da4a5150e1ce7b
refactor(tests): remove deprecated code and backward compatibility

- Remove unused createUIProtocolMock from MockWebSocket.ts
- Remove backward compat re-exports from UIServerTestUtils.ts
- Migrate all evsesCount usages to evseConfiguration.evsesCount
- Remove deprecated evsesCount option from MockChargingStationOptions
- Simplify determineEvseUsage function
tests/charging-station/ChargingStation-Connectors.test.ts
tests/charging-station/ChargingStation-Transactions.test.ts
tests/charging-station/ChargingStation.test.ts
tests/charging-station/helpers/StationHelpers.ts
tests/charging-station/mocks/MockWebSocket.ts
tests/charging-station/ui-server/UIServerTestUtils.ts