Spracherkennung für: .ts vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
import { describe, expect, it } from "vitest";
import { formatAuthDoctorHint } from "./auth-profiles/doctor.js";
import type { AuthProfileStore } from "./auth-profiles/types.js";
const EMPTY_STORE: AuthProfileStore = {
version: 1,
profiles: {},
};
describe("formatAuthDoctorHint", () => {
it("guides removed qwen portal users to model studio onboarding", async () => {
const hint = await formatAuthDoctorHint({
store: EMPTY_STORE,
provider: "qwen-portal",
});
expect(hint).toContain("openclaw onboard --auth-choice qwen-api-key");
expect(hint).toContain("qwen-api-key-cn");
expect(hint).not.toContain("--provider qwen");
});
});
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet am 2026-04-27)
¤
*© Formatika GbR, Deutschland