mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Replace function declarations with arrow function expressions assigned to constants for better testability when mocking functions during unit tests. This makes the codebase more consistent and addresses issues with function mocking.