test: prune redundant line action-type checks

This commit is contained in:
Peter Steinberger
2026-02-16 07:20:57 +00:00
parent 3028a1bd3e
commit 12d6b3b0c9
3 changed files with 0 additions and 20 deletions

View File

@@ -116,14 +116,6 @@ describe("createDefaultMenuConfig", () => {
}
});
it("has message actions for all areas", () => {
const config = createDefaultMenuConfig();
for (const area of config.areas) {
expect(area.action.type).toBe("message");
}
});
it("has expected default commands", () => {
const config = createDefaultMenuConfig();