]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
refactor(tests): remove file-level eslint-disable and fix as any casts
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 28 Feb 2026 13:09:50 +0000 (14:09 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 28 Feb 2026 13:09:50 +0000 (14:09 +0100)
commitb63423200a90fd704738e7694920dcc6c83e9326
tree5e4228f84ccc820fcb606b254ea6dead94b80c5d
parentcac380fc8eb8f07bddd63f01d474888d3210267e
refactor(tests): remove file-level eslint-disable and fix as any casts

- Remove blanket eslint-disable comments from OCPP 2.0 test files
- Fix improper 'as any' casts in afterEach cleanup (use union types)
- Add targeted inline eslint-disable-next-line for legitimate test cases
  (testing null/undefined inputs for edge case validation)
tests/charging-station/ocpp/2.0/OCPP20CertificateManager.test.ts
tests/charging-station/ocpp/2.0/OCPP20IncomingRequestService-RemoteStartAuth.test.ts