test(doctor): bound config flow schema warnings · openclaw/openclaw@d8f2437
openclaw
·
2026-05-29
·
via Recent Commits to openclaw:main
Commit d8f2437
test(doctor): bound config flow schema warnings
1 file changed
Lines changed: 4 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|
@@ -671,6 +671,10 @@ vi.mock("./doctor/shared/missing-configured-plugin-install.js", () => ({
|
671 | 671 | })), |
672 | 672 | })); |
673 | 673 | |
| 674 | +vi.mock("./doctor/shared/active-tool-schema-warnings.js", () => ({ |
| 675 | +collectActiveToolSchemaProjectionWarnings: vi.fn(() => []), |
| 676 | +})); |
| 677 | + |
674 | 678 | vi.mock("./doctor/shared/plugin-dependency-cleanup.js", () => ({ |
675 | 679 | cleanupLegacyPluginDependencyState: vi.fn(async () => ({ |
676 | 680 | changes: [], |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments