test(acp): harden embedded bind live coverage

This commit is contained in:
Peter Steinberger
2026-04-05 15:05:29 +01:00
parent 1f912482e5
commit 5a5b2b1764
4 changed files with 91 additions and 23 deletions

View File

@@ -105,6 +105,12 @@ describe("bundled plugin metadata", () => {
);
});
it("keeps config schemas on all bundled plugin manifests", () => {
for (const entry of listBundledPluginMetadata()) {
expect(entry.manifest.configSchema).toEqual(expect.any(Object));
}
});
it("prefers built generated paths when present and falls back to source paths", () => {
const tempRoot = createGeneratedPluginTempRoot("openclaw-bundled-plugin-metadata-");