]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
refactor(tests): delete deprecated ChargingStationFactory and fix remaining imports
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 28 Feb 2026 19:54:21 +0000 (20:54 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 28 Feb 2026 19:54:21 +0000 (20:54 +0100)
commitd6c6fcfc2de964a19b56f0d81675e8aa59393f2c
tree26b273e392b2e105112021e7818841a0b6d1cd6c
parent83da32ae86aadeb121cc6ec561c4e7eaf2677b6f
refactor(tests): delete deprecated ChargingStationFactory and fix remaining imports

- Deleted ChargingStationFactory.ts and ChargingStationFactory.test.ts
- Fixed broken imports in 3 utility test files (ConfigurationKeyUtils, Helpers, ErrorUtils)
- Migrated remaining createChargingStation() calls to createMockChargingStation()
- Added createMockChargingStationTemplate() support in StationHelpers
- All 291 tests passing

Task 8 complete
tests/ChargingStationFactory.test.ts [deleted file]
tests/ChargingStationFactory.ts [deleted file]
tests/charging-station/ChargingStationTestUtils.ts
tests/charging-station/ConfigurationKeyUtils.test.ts
tests/charging-station/Helpers.test.ts
tests/charging-station/helpers/StationHelpers.ts
tests/utils/ErrorUtils.test.ts