Added new Sorting of Fleet Overview

This commit is contained in:
Denis Urs Rudolph
2025-12-11 21:28:36 +01:00
parent 945df52f0c
commit fdbcec16ed
3 changed files with 201 additions and 68 deletions

View File

@@ -24,7 +24,7 @@ describe("VehicleList Component", () => {
}];
try {
const result = VehicleList({ vehicles });
const result = VehicleList({ vehicles, groups: [] });
expect(result).toBeDefined();
} catch (e) {
// If it fails on hook or DOM, that's expected in this environment