test(infra): refresh generated config baselines

This commit is contained in:
Peter Steinberger
2026-05-01 11:34:39 +01:00
parent 404446f758
commit fe022e409d
2 changed files with 15 additions and 1 deletions

View File

@@ -21648,6 +21648,10 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
type: "string",
const: "clawhub",
},
{
type: "string",
const: "git",
},
],
},
spec: {
@@ -21717,6 +21721,15 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
},
],
},
gitUrl: {
type: "string",
},
gitRef: {
type: "string",
},
gitCommit: {
type: "string",
},
hooks: {
type: "array",
items: {

View File

@@ -92,7 +92,7 @@ describe("tsdown config", () => {
"plugins/runtime/index",
"plugin-sdk/compat",
"plugin-sdk/index",
bundledEntry("openai"),
bundledEntry("active-memory"),
"bundled/boot-md/handler",
]),
);
@@ -128,6 +128,7 @@ describe("tsdown config", () => {
);
expect(stagedGraphs.some((config) => config.outDir === "dist/extensions/discord")).toBe(true);
expect(stagedGraphs.some((config) => config.outDir === "dist/extensions/msteams")).toBe(true);
expect(stagedGraphs.some((config) => config.outDir === "dist/extensions/openai")).toBe(true);
expect(
stagedGraphs.some(
(config) =>