feat(tests): add fuzzing tests for telemetry unpacking, interface configuration parsing, and LXMF message handling
This commit is contained in:
@@ -56,7 +56,7 @@ describe("InterfacesPage.vue", () => {
|
||||
$router: mockRouter,
|
||||
$t: (msg) => msg,
|
||||
},
|
||||
stubs: ["MaterialDesignIcon", "IconButton", "Interface", "ImportInterfacesModal"],
|
||||
stubs: ["RouterLink", "MaterialDesignIcon", "IconButton", "Interface", "ImportInterfacesModal"],
|
||||
},
|
||||
});
|
||||
|
||||
@@ -75,7 +75,7 @@ describe("InterfacesPage.vue", () => {
|
||||
$router: mockRouter,
|
||||
$t: (msg) => msg,
|
||||
},
|
||||
stubs: ["MaterialDesignIcon", "IconButton", "Interface", "ImportInterfacesModal"],
|
||||
stubs: ["RouterLink", "MaterialDesignIcon", "IconButton", "Interface", "ImportInterfacesModal"],
|
||||
},
|
||||
});
|
||||
|
||||
@@ -94,7 +94,7 @@ describe("InterfacesPage.vue", () => {
|
||||
$router: mockRouter,
|
||||
$t: (msg) => msg,
|
||||
},
|
||||
stubs: ["MaterialDesignIcon", "IconButton", "Interface", "ImportInterfacesModal"],
|
||||
stubs: ["RouterLink", "MaterialDesignIcon", "IconButton", "Interface", "ImportInterfacesModal"],
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user