mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:40:44 +00:00
test(infra): refresh generated config baselines
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user