test(infra): refresh generated config baselines · openclaw/openclaw@fe022e4
steipete
·
2026-05-01
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -92,7 +92,7 @@ describe("tsdown config", () => {
|
92 | 92 | "plugins/runtime/index", |
93 | 93 | "plugin-sdk/compat", |
94 | 94 | "plugin-sdk/index", |
95 | | -bundledEntry("openai"), |
| 95 | +bundledEntry("active-memory"), |
96 | 96 | "bundled/boot-md/handler", |
97 | 97 | ]), |
98 | 98 | ); |
@@ -128,6 +128,7 @@ describe("tsdown config", () => {
|
128 | 128 | ); |
129 | 129 | expect(stagedGraphs.some((config) => config.outDir === "dist/extensions/discord")).toBe(true); |
130 | 130 | expect(stagedGraphs.some((config) => config.outDir === "dist/extensions/msteams")).toBe(true); |
| 131 | +expect(stagedGraphs.some((config) => config.outDir === "dist/extensions/openai")).toBe(true); |
131 | 132 | expect( |
132 | 133 | stagedGraphs.some( |
133 | 134 | (config) => |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。