Added new Sorting of Fleet Overview
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user