


























@@ -8,14 +8,14 @@ import {
88} from "../plugin-sdk/minimax.js";
991010const repoRoot = path.resolve(import.meta.dirname, "../..");
11-const testingDoc = fs.readFileSync(path.join(repoRoot, "docs/help/testing.md"), "utf8");
11+const testingLiveDoc = fs.readFileSync(path.join(repoRoot, "docs/help/testing-live.md"), "utf8");
1212const faqDoc = fs.readFileSync(path.join(repoRoot, "docs/help/faq.md"), "utf8");
1313const minimaxDoc = fs.readFileSync(path.join(repoRoot, "docs/providers/minimax.md"), "utf8");
14141515describe("MiniMax docs sync", () => {
1616it("keeps the live-testing guide on the current MiniMax default", () => {
17-expect(testingDoc).toContain("MiniMax M2.7");
18-expect(testingDoc).toContain(MINIMAX_DEFAULT_MODEL_REF);
17+expect(testingLiveDoc).toContain("MiniMax M2.7");
18+expect(testingLiveDoc).toContain(MINIMAX_DEFAULT_MODEL_REF);
1919});
20202121it("keeps the FAQ troubleshooting model ids aligned", () => {
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。