test: stabilize full test suite · openclaw/openclaw@9e983ef
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -26,6 +26,12 @@ vi.mock("../../plugins/plugin-registry.js", () => ({
|
26 | 26 | }), |
27 | 27 | })); |
28 | 28 | |
| 29 | +vi.mock("../../plugins/current-plugin-metadata-snapshot.js", () => ({ |
| 30 | +getCurrentPluginMetadataSnapshot: () => ({ |
| 31 | +plugins: pdfMetadataPlugins, |
| 32 | +}), |
| 33 | +})); |
| 34 | + |
29 | 35 | import { |
30 | 36 | coercePdfAssistantText, |
31 | 37 | coercePdfModelConfig, |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -91,6 +91,12 @@ vi.mock("../plugins/manifest-contract-eligibility.js", () => ({
|
91 | 91 | }), |
92 | 92 | })); |
93 | 93 | |
| 94 | +vi.mock("../plugins/current-plugin-metadata-snapshot.js", () => ({ |
| 95 | +getCurrentPluginMetadataSnapshot: () => ({ |
| 96 | +plugins: mediaMetadataPlugins, |
| 97 | +}), |
| 98 | +})); |
| 99 | + |
94 | 100 | import { |
95 | 101 | providerSupportsNativePdfDocument, |
96 | 102 | resolveAutoMediaKeyProviders, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。