import { describe, expect, it } from "vitest"; import { normalizeCompatibilityConfig } from "./doctor.js";
describe("whatsapp doctor compatibility", () => {
it("does not add whatsapp config when the channel is not configured", () => { const result = normalizeCompatibilityConfig({
cfg: {
messages: {
ackReaction: "",
ackReactionScope: "group-mentions",
},
},
});
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.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.