import { describe, expect, it } from "vitest"; import { labelTree, visibleLabels, descendantKeywords } from "@/lib/labelTree"; import type { Label } from "@/store/settings"; const L = (keyword: string, over: Partial