Spracherkennung für: .ts vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
import { describe, expect, it } from "vitest";
import { TAB_GROUPS, tabFromPath } from "./navigation.ts";
describe("TAB_GROUPS", () => {
it("does not expose unfinished settings slices in the sidebar", () => {
const settings = TAB_GROUPS.find((group) => group.label === "settings");
expect(settings?.tabs).toEqual([
"config",
"communications",
"appearance",
"automation",
"infrastructure",
"aiAgents",
"debug",
"logs",
]);
});
it("routes every published settings slice", () => {
expect(tabFromPath("/communications")).toBe("communications");
expect(tabFromPath("/appearance")).toBe("appearance");
expect(tabFromPath("/automation")).toBe("automation");
expect(tabFromPath("/infrastructure")).toBe("infrastructure");
expect(tabFromPath("/ai-agents")).toBe("aiAgents");
expect(tabFromPath("/config")).toBe("config");
});
});
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.23Bemerkung:
(vorverarbeitet am 2026-04-27)
¤
*Bot Zugriff