]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix(ui-web): fix remaining for...in on localStorage and remove dead test config
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 17 Apr 2026 10:02:47 +0000 (12:02 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 17 Apr 2026 10:02:47 +0000 (12:02 +0200)
commit14eeb8a121c39f965742c0e54effd2dae5f29f60
treeed24990daad80325e9a819b393f450c780af347e
parent01b9a6aed766a8421c17c8a23ca37646810414de
fix(ui-web): fix remaining for...in on localStorage and remove dead test config

- Replace for...in with Object.keys() in deleteLocalStorageByKeyPattern
- Remove dead $route/$router globalProperties from ChargingStationsView
  test (component now uses useRoute/useRouter composables via vi.mock)
ui/web/src/composables/Utils.ts
ui/web/tests/unit/ChargingStationsView.test.ts